Html Css Color HEX #F9C82E Saffron

📋 copy color: '#F9C82E'

red 249 ◦ green 200 ◦ blue 46

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

Shades of Saffron #F9C82E

Tints of Saffron #F9C82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 50.3%
G = 40.4%
B = 9.29%

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

#F9C82E (or 0xF9C82E) is known color: Saffron. HEX triplet: F9, C8 and 2E. RGB value is (249,200,46). Sum of RGB (Red+Green+Blue) = 249+200+46=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C82E is #0637D1. Grayscale: #C5C5C5. Windows color (decimal): -407506 or 3066105. OLE color: 3066105.

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

Color convert

RGB 249 200 46 -
CMYK 0 0.20 0.82 0.02
HSL 45.52º 0.94% 0.58% -
HSV(B) 45.52º 0.82% 0.98% -
XYZ 60.21 61.65 11.31 -
YUV 197.1 42.73 165.02 -
System Red Green Blue C M Y K H S L
Decimal 249 200 46 0 0.20 0.82 0.02 45.52 0.94 0.58
Hex F9 C8 2E 0 14 52 2 2E 5E 3A
Octal 371 310 56 0 24 122 2 56 136 72
Binary 11111001 11001000 101110 0 10100 1010010 10 101110 1011110 111010

Color Harmonies of #F9C82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C82E

Black with #F9C82E

Text Example


Text Example

White with #F9C82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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