#f39053

Color #F39053 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F39053

Tints of Crusta #F39053

Color information

#F39053 (or 0xF39053) is unknown color: approx Crusta. HEX triplet: F3, 90 and 53. RGB value is (243,144,83). Sum of RGB (Red+Green+Blue) = 243+144+83=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F39053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39053 is #0C6FAC. Grayscale: #A6A6A6. Windows color (decimal): -815021 or 5476595. OLE color: 5476595.

HSL color Cylindrical-coordinate representation of color #F39053: hue angle of 22.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F39053 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24314483-
CMYK00.410.660.05
HSL22.88º86.96%63.92%-
HSV(B)22.88º65.84%95.29%-
XYZ48.539.6313.28-
YUV166.6580.8182.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 51.70%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 83 (32.81% from 255) = 17.66%
R=51.70%
G=30.64%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431448300.410.660.0522.8886.9663.92
HexF39053029425175740
Octal363220123051102527127100
Binary11110011100100001010011010100110000101011011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f39053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f39053; }

 p { color: rgb(243,144,83); }

 H1.HeaderClassName
 {
   color: #f39053;
 }
 .AnyTagClassName
 {
   color: #f39053;
 }
</style>
background-color css

<style>
 a { background-color: #f39053; }

 a { background-color: rgb(243,144,83); }

 div.DivClassName
 {
   background-color: #f39053;
 }
 .BgClassName
 {
   background-color: #f39053;
 }
</style>
border-color css

<style>
 span { border-color: #f39053; }

 span { border-color: rgb(243,144,83); }

 td.TdClassName
 {
   border-color: #f39053;
 }
 .TagClassName
 {
   border-color: #f39053;
 }
</style>