Html Css Color HEX #F9C534 Saffron

📋 copy color: '#F9C534'

red 249 ◦ green 197 ◦ blue 52

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

Shades of Saffron #F9C534

Tints of Saffron #F9C534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 50%
G = 39.56%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F9C534 (or 0xF9C534) is known color: Saffron. HEX triplet: F9, C5 and 34. RGB value is (249,197,52). Sum of RGB (Red+Green+Blue) = 249+197+52=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C534 is #063ACB. Grayscale: #C4C4C4. Windows color (decimal): -408268 or 3458553. OLE color: 3458553.

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

Color convert

RGB 249 197 52 -
CMYK 0 0.21 0.79 0.02
HSL 44.16º 0.94% 0.59% -
HSV(B) 44.16º 0.79% 0.98% -
XYZ 59.65 60.32 11.75 -
YUV 196.02 46.73 165.79 -
System Red Green Blue C M Y K H S L
Decimal 249 197 52 0 0.21 0.79 0.02 44.16 0.94 0.59
Hex F9 C5 34 0 15 4F 2 2C 5E 3B
Octal 371 305 64 0 25 117 2 54 136 73
Binary 11111001 11000101 110100 0 10101 1001111 10 101100 1011110 111011

Color Harmonies of #F9C534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C534

Black with #F9C534

Text Example


Text Example

White with #F9C534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C534; }

 p { color: rgb(249,197,52); }

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

background-color css

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

 a { background-color: rgb(249,197,52); }

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

border-color css

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

 span { border-color: rgb(249,197,52); }

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