Html Css Color HEX #F9A03B Yellow Sea

📋 copy color: '#F9A03B'

red 249 ◦ green 160 ◦ blue 59

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

Shades of Yellow Sea #F9A03B

Tints of Yellow Sea #F9A03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.61%

R = 53.21%
G = 34.19%
B = 12.61%

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

#F9A03B (or 0xF9A03B) is known color: Yellow Sea. HEX triplet: F9, A0 and 3B. RGB value is (249,160,59). Sum of RGB (Red+Green+Blue) = 249+160+59=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A03B is #065FC4. Grayscale: #AFAFAF. Windows color (decimal): -417733 or 3907833. OLE color: 3907833.

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

Color convert

RGB 249 160 59 -
CMYK 0 0.36 0.76 0.02
HSL 31.89º 0.94% 0.6% -
HSV(B) 31.89º 0.76% 0.98% -
XYZ 52.43 45.6 10.18 -
YUV 175.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 249 160 59 0 0.36 0.76 0.02 31.89 0.94 0.6
Hex F9 A0 3B 0 24 4C 2 20 5E 3C
Octal 371 240 73 0 44 114 2 40 136 74
Binary 11111001 10100000 111011 0 100100 1001100 10 100000 1011110 111100

Color Harmonies of #F9A03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A03B

Black with #F9A03B

Text Example


Text Example

White with #F9A03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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