Html Css Color HEX #F9C92B Saffron

📋 copy color: '#F9C92B'

red 249 ◦ green 201 ◦ blue 43

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

Shades of Saffron #F9C92B

Tints of Saffron #F9C92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

 BLUE value IS 43 (17.19% from 255) = 8.72%

R = 50.51%
G = 40.77%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9C92B (or 0xF9C92B) is known color: Saffron. HEX triplet: F9, C9 and 2B. RGB value is (249,201,43). Sum of RGB (Red+Green+Blue) = 249+201+43=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C92B is #0636D4. Grayscale: #C6C6C6. Windows color (decimal): -407253 or 2869753. OLE color: 2869753.

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

Color convert

RGB 249 201 43 -
CMYK 0 0.19 0.83 0.02
HSL 46.02º 0.94% 0.57% -
HSV(B) 46.02º 0.83% 0.98% -
XYZ 60.39 62.09 11.09 -
YUV 197.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 249 201 43 0 0.19 0.83 0.02 46.02 0.94 0.57
Hex F9 C9 2B 0 13 53 2 2E 5E 39
Octal 371 311 53 0 23 123 2 56 136 71
Binary 11111001 11001001 101011 0 10011 1010011 10 101110 1011110 111001

Color Harmonies of #F9C92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C92B

Black with #F9C92B

Text Example


Text Example

White with #F9C92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C92B; }

 p { color: rgb(249,201,43); }

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

background-color css

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

 a { background-color: rgb(249,201,43); }

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

border-color css

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

 span { border-color: rgb(249,201,43); }

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