Html Css Color HEX #F9C035 Saffron

📋 copy color: '#F9C035'

red 249 ◦ green 192 ◦ blue 53

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

Shades of Saffron #F9C035

Tints of Saffron #F9C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.73%

R = 50.4%
G = 38.87%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F9C035 (or 0xF9C035) is known color: Saffron. HEX triplet: F9, C0 and 35. RGB value is (249,192,53). Sum of RGB (Red+Green+Blue) = 249+192+53=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C035 is #063FCA. Grayscale: #C1C1C1. Windows color (decimal): -409547 or 3522809. OLE color: 3522809.

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

Color convert

RGB 249 192 53 -
CMYK 0 0.23 0.79 0.02
HSL 42.55º 0.94% 0.59% -
HSV(B) 42.55º 0.79% 0.98% -
XYZ 58.56 58.1 11.5 -
YUV 193.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 249 192 53 0 0.23 0.79 0.02 42.55 0.94 0.59
Hex F9 C0 35 0 17 4F 2 2B 5E 3B
Octal 371 300 65 0 27 117 2 53 136 73
Binary 11111001 11000000 110101 0 10111 1001111 10 101011 1011110 111011

Color Harmonies of #F9C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C035

Black with #F9C035

Text Example


Text Example

White with #F9C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C035; }

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

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

background-color css

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

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

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

border-color css

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

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

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