Html Css Color HEX #F9C02D Saffron

📋 copy color: '#F9C02D'

red 249 ◦ green 192 ◦ blue 45

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

Shades of Saffron #F9C02D

Tints of Saffron #F9C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

 BLUE value IS 45 (17.97% from 255) = 9.26%

R = 51.23%
G = 39.51%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9C02D (or 0xF9C02D) is known color: Saffron. HEX triplet: F9, C0 and 2D. RGB value is (249,192,45). Sum of RGB (Red+Green+Blue) = 249+192+45=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C02D is #063FD2. Grayscale: #C0C0C0. Windows color (decimal): -409555 or 2998521. OLE color: 2998521.

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

Color convert

RGB 249 192 45 -
CMYK 0 0.23 0.82 0.02
HSL 43.24º 0.94% 0.58% -
HSV(B) 43.24º 0.82% 0.98% -
XYZ 58.39 58.03 10.61 -
YUV 192.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 249 192 45 0 0.23 0.82 0.02 43.24 0.94 0.58
Hex F9 C0 2D 0 17 52 2 2B 5E 3A
Octal 371 300 55 0 27 122 2 53 136 72
Binary 11111001 11000000 101101 0 10111 1010010 10 101011 1011110 111010

Color Harmonies of #F9C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C02D

Black with #F9C02D

Text Example


Text Example

White with #F9C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C02D; }

 p { color: rgb(249,192,45); }

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

background-color css

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

 a { background-color: rgb(249,192,45); }

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

border-color css

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

 span { border-color: rgb(249,192,45); }

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