Html Css Color HEX #F5C52C Saffron

📋 copy color: '#F5C52C'

red 245 ◦ green 197 ◦ blue 44

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

Shades of Saffron #F5C52C

Tints of Saffron #F5C52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.05%

R = 50.41%
G = 40.53%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5C52C (or 0xF5C52C) is known color: Saffron. HEX triplet: F5, C5 and 2C. RGB value is (245,197,44). Sum of RGB (Red+Green+Blue) = 245+197+44=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C52C is #0A3AD3. Grayscale: #C2C2C2. Windows color (decimal): -670420 or 2934261. OLE color: 2934261.

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

Color convert

RGB 245 197 44 -
CMYK 0 0.20 0.82 0.04
HSL 45.67º 0.91% 0.57% -
HSV(B) 45.67º 0.82% 0.96% -
XYZ 58.08 59.53 10.81 -
YUV 193.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 245 197 44 0 0.20 0.82 0.04 45.67 0.91 0.57
Hex F5 C5 2C 0 14 52 4 2E 5B 39
Octal 365 305 54 0 24 122 4 56 133 71
Binary 11110101 11000101 101100 0 10100 1010010 100 101110 1011011 111001

Color Harmonies of #F5C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C52C

Black with #F5C52C

Text Example


Text Example

White with #F5C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C52C; }

 p { color: rgb(245,197,44); }

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

background-color css

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

 a { background-color: rgb(245,197,44); }

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

border-color css

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

 span { border-color: rgb(245,197,44); }

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