Html Css Color HEX #F9A03C Yellow Sea

📋 copy color: '#F9A03C'

red 249 ◦ green 160 ◦ blue 60

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

Shades of Yellow Sea #F9A03C

Tints of Yellow Sea #F9A03C

RGB

 RED value IS 249 (97.66% from 255) = 53.09%

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

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

R = 53.09%
G = 34.12%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9A03C (or 0xF9A03C) is known color: Yellow Sea. HEX triplet: F9, A0 and 3C. RGB value is (249,160,60). Sum of RGB (Red+Green+Blue) = 249+160+60=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A03C is #065FC3. Grayscale: #AFAFAF. Windows color (decimal): -417732 or 3973369. OLE color: 3973369.

HSL color Cylindrical-coordinate representation of color #F9A03C: hue angle of 31.75º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9A03C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 60 -
CMYK 0 0.36 0.76 0.02
HSL 31.75º 0.94% 0.61% -
HSV(B) 31.75º 0.76% 0.98% -
XYZ 52.45 45.61 10.31 -
YUV 175.21 62.99 180.63 -
System Red Green Blue C M Y K H S L
Decimal 249 160 60 0 0.36 0.76 0.02 31.75 0.94 0.61
Hex F9 A0 3C 0 24 4C 2 20 5E 3D
Octal 371 240 74 0 44 114 2 40 136 75
Binary 11111001 10100000 111100 0 100100 1001100 10 100000 1011110 111101

Color Harmonies of #F9A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A03C

Black with #F9A03C

Text Example


Text Example

White with #F9A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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