Html Css Color HEX #F9A13B Yellow Sea

📋 copy color: '#F9A13B'

red 249 ◦ green 161 ◦ blue 59

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

Shades of Yellow Sea #F9A13B

Tints of Yellow Sea #F9A13B

RGB

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

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

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

R = 53.09%
G = 34.33%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9A13B (or 0xF9A13B) is known color: Yellow Sea. HEX triplet: F9, A1 and 3B. RGB value is (249,161,59). Sum of RGB (Red+Green+Blue) = 249+161+59=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 59 (23.44% from 255 or 12.58% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A13B is #065EC4. Grayscale: #B0B0B0. Windows color (decimal): -417477 or 3908089. OLE color: 3908089.

HSL color Cylindrical-coordinate representation of color #F9A13B: hue angle of 32.21º 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 #F9A13B is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 161 59 -
CMYK 0 0.35 0.76 0.02
HSL 32.21º 0.94% 0.6% -
HSV(B) 32.21º 0.76% 0.98% -
XYZ 52.6 45.95 10.23 -
YUV 175.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 249 161 59 0 0.35 0.76 0.02 32.21 0.94 0.6
Hex F9 A1 3B 0 23 4C 2 20 5E 3C
Octal 371 241 73 0 43 114 2 40 136 74
Binary 11111001 10100001 111011 0 100011 1001100 10 100000 1011110 111100

Color Harmonies of #F9A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A13B

Black with #F9A13B

Text Example


Text Example

White with #F9A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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