Html Css Color HEX #F5C434 Saffron

📋 copy color: '#F5C434'

red 245 ◦ green 196 ◦ blue 52

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

Shades of Saffron #F5C434

Tints of Saffron #F5C434

RGB

 RED value IS 245 (96.09% from 255) = 49.7%

 GREEN value IS 196 (76.95% from 255) = 39.76%

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

R = 49.7%
G = 39.76%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5C434 (or 0xF5C434) is known color: Saffron. HEX triplet: F5, C4 and 34. RGB value is (245,196,52). Sum of RGB (Red+Green+Blue) = 245+196+52=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C434 is #0A3BCB. Grayscale: #C2C2C2. Windows color (decimal): -670668 or 3458293. OLE color: 3458293.

HSL color Cylindrical-coordinate representation of color #F5C434: hue angle of 44.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5C434 is Cyan = 0, Magento = 0.2, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 196 52 -
CMYK 0 0.2 0.79 0.04
HSL 44.77º 0.91% 0.58% -
HSV(B) 44.77º 0.79% 0.96% -
XYZ 58.02 59.14 11.61 -
YUV 194.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 245 196 52 0 0.2 0.79 0.04 44.77 0.91 0.58
Hex F5 C4 34 0 14 4F 4 2D 5B 3A
Octal 365 304 64 0 24 117 4 55 133 72
Binary 11110101 11000100 110100 0 10100 1001111 100 101101 1011011 111010

Color Harmonies of #F5C434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C434

Black with #F5C434

Text Example


Text Example

White with #F5C434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C434; }

 p { color: rgb(245,196,52); }

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

background-color css

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

 a { background-color: rgb(245,196,52); }

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

border-color css

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

 span { border-color: rgb(245,196,52); }

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