Html Css Color HEX #F5C52E Saffron

📋 copy color: '#F5C52E'

red 245 ◦ green 197 ◦ blue 46

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

Shades of Saffron #F5C52E

Tints of Saffron #F5C52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.43%

R = 50.2%
G = 40.37%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5C52E (or 0xF5C52E) is known color: Saffron. HEX triplet: F5, C5 and 2E. RGB value is (245,197,46). Sum of RGB (Red+Green+Blue) = 245+197+46=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C52E is #0A3AD1. Grayscale: #C2C2C2. Windows color (decimal): -670418 or 3065333. OLE color: 3065333.

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

Color convert

RGB 245 197 46 -
CMYK 0 0.20 0.81 0.04
HSL 45.53º 0.91% 0.57% -
HSV(B) 45.53º 0.81% 0.96% -
XYZ 58.12 59.54 11.01 -
YUV 194.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 245 197 46 0 0.20 0.81 0.04 45.53 0.91 0.57
Hex F5 C5 2E 0 14 51 4 2E 5B 39
Octal 365 305 56 0 24 121 4 56 133 71
Binary 11110101 11000101 101110 0 10100 1010001 100 101110 1011011 111001

Color Harmonies of #F5C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C52E

Black with #F5C52E

Text Example


Text Example

White with #F5C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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