Html Css Color HEX #F0A14E Sunshade

📋 copy color: '#F0A14E'

red 240 ◦ green 161 ◦ blue 78

#F0A14E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunshade #F0A14E

Tints of Sunshade #F0A14E

RGB

 RED value IS 240 (94.14% from 255) = 50.1%

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 78 (30.86% from 255) = 16.28%

R = 50.1%
G = 33.61%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0A14E (or 0xF0A14E) is known color: Sunshade. HEX triplet: F0, A1 and 4E. RGB value is (240,161,78). Sum of RGB (Red+Green+Blue) = 240+161+78=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A14E is #0F5EB1. Grayscale: #AFAFAF. Windows color (decimal): -1007282 or 5153264. OLE color: 5153264.

HSL color Cylindrical-coordinate representation of color #F0A14E: hue angle of 30.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0A14E is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 78 -
CMYK 0 0.33 0.68 0.06
HSL 30.74º 0.84% 0.62% -
HSV(B) 30.74º 0.68% 0.94% -
XYZ 50.06 44.57 13.17 -
YUV 175.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 240 161 78 0 0.33 0.68 0.06 30.74 0.84 0.62
Hex F0 A1 4E 0 21 44 6 1F 54 3E
Octal 360 241 116 0 41 104 6 37 124 76
Binary 11110000 10100001 1001110 0 100001 1000100 110 11111 1010100 111110

Color Harmonies of #F0A14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A14E

Black with #F0A14E

Text Example


Text Example

White with #F0A14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A14E; }

 p { color: rgb(240,161,78); }

 H1.HeaderClassName
 {
   color: #F0A14E;
 }
 .AnyTagClassName
 {
   color: #F0A14E;
 }
</style>

background-color css

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

 a { background-color: rgb(240,161,78); }

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

border-color css

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

 span { border-color: rgb(240,161,78); }

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