Html Css Color HEX #F9C82C Saffron

📋 copy color: '#F9C82C'

red 249 ◦ green 200 ◦ blue 44

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

Shades of Saffron #F9C82C

Tints of Saffron #F9C82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.57%

 BLUE value IS 44 (17.58% from 255) = 8.92%

R = 50.51%
G = 40.57%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9C82C (or 0xF9C82C) is known color: Saffron. HEX triplet: F9, C8 and 2C. RGB value is (249,200,44). Sum of RGB (Red+Green+Blue) = 249+200+44=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C82C is #0637D3. Grayscale: #C5C5C5. Windows color (decimal): -407508 or 2935033. OLE color: 2935033.

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

Color convert

RGB 249 200 44 -
CMYK 0 0.20 0.82 0.02
HSL 45.66º 0.94% 0.57% -
HSV(B) 45.66º 0.82% 0.98% -
XYZ 60.18 61.63 11.11 -
YUV 196.87 41.73 165.18 -
System Red Green Blue C M Y K H S L
Decimal 249 200 44 0 0.20 0.82 0.02 45.66 0.94 0.57
Hex F9 C8 2C 0 14 52 2 2E 5E 39
Octal 371 310 54 0 24 122 2 56 136 71
Binary 11111001 11001000 101100 0 10100 1010010 10 101110 1011110 111001

Color Harmonies of #F9C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C82C

Black with #F9C82C

Text Example


Text Example

White with #F9C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C82C; }

 p { color: rgb(249,200,44); }

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

background-color css

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

 a { background-color: rgb(249,200,44); }

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

border-color css

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

 span { border-color: rgb(249,200,44); }

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