Html Css Color HEX #F0A03C Yellow Sea

📋 copy color: '#F0A03C'

red 240 ◦ green 160 ◦ blue 60

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

Shades of Yellow Sea #F0A03C

Tints of Yellow Sea #F0A03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.78%

 BLUE value IS 60 (23.83% from 255) = 13.04%

R = 52.17%
G = 34.78%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0A03C (or 0xF0A03C) is known color: Yellow Sea. HEX triplet: F0, A0 and 3C. RGB value is (240,160,60). Sum of RGB (Red+Green+Blue) = 240+160+60=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A03C is #0F5FC3. Grayscale: #ACACAC. Windows color (decimal): -1007556 or 3973360. OLE color: 3973360.

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

Color convert

RGB 240 160 60 -
CMYK 0 0.33 0.75 0.06
HSL 33.33º 0.86% 0.59% -
HSV(B) 33.33º 0.75% 0.94% -
XYZ 49.32 43.99 10.17 -
YUV 172.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 240 160 60 0 0.33 0.75 0.06 33.33 0.86 0.59
Hex F0 A0 3C 0 21 4B 6 21 56 3B
Octal 360 240 74 0 41 113 6 41 126 73
Binary 11110000 10100000 111100 0 100001 1001011 110 100001 1010110 111011

Color Harmonies of #F0A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A03C

Black with #F0A03C

Text Example


Text Example

White with #F0A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A03C; }

 p { color: rgb(240,160,60); }

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

background-color css

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

 a { background-color: rgb(240,160,60); }

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

border-color css

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

 span { border-color: rgb(240,160,60); }

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