Html Css Color HEX #F9C134 Saffron

📋 copy color: '#F9C134'

red 249 ◦ green 193 ◦ blue 52

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

Shades of Saffron #F9C134

Tints of Saffron #F9C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 50.4%
G = 39.07%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F9C134 (or 0xF9C134) is known color: Saffron. HEX triplet: F9, C1 and 34. RGB value is (249,193,52). Sum of RGB (Red+Green+Blue) = 249+193+52=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C134 is #063ECB. Grayscale: #C2C2C2. Windows color (decimal): -409292 or 3457529. OLE color: 3457529.

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

Color convert

RGB 249 193 52 -
CMYK 0 0.22 0.79 0.02
HSL 42.94º 0.94% 0.59% -
HSV(B) 42.94º 0.79% 0.98% -
XYZ 58.76 58.53 11.45 -
YUV 193.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 249 193 52 0 0.22 0.79 0.02 42.94 0.94 0.59
Hex F9 C1 34 0 16 4F 2 2B 5E 3B
Octal 371 301 64 0 26 117 2 53 136 73
Binary 11111001 11000001 110100 0 10110 1001111 10 101011 1011110 111011

Color Harmonies of #F9C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C134

Black with #F9C134

Text Example


Text Example

White with #F9C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C134; }

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

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

background-color css

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

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

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

border-color css

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

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

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