Html Css Color HEX #F7C52E Saffron

📋 copy color: '#F7C52E'

red 247 ◦ green 197 ◦ blue 46

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

Shades of Saffron #F7C52E

Tints of Saffron #F7C52E

RGB

 RED value IS 247 (96.88% from 255) = 50.41%

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

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

R = 50.41%
G = 40.2%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7C52E (or 0xF7C52E) is known color: Saffron. HEX triplet: F7, C5 and 2E. RGB value is (247,197,46). Sum of RGB (Red+Green+Blue) = 247+197+46=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C52E is #083AD1. Grayscale: #C3C3C3. Windows color (decimal): -539346 or 3065335. OLE color: 3065335.

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

Color convert

RGB 247 197 46 -
CMYK 0 0.20 0.81 0.03
HSL 45.07º 0.93% 0.57% -
HSV(B) 45.07º 0.81% 0.97% -
XYZ 58.82 59.9 11.05 -
YUV 194.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 247 197 46 0 0.20 0.81 0.03 45.07 0.93 0.57
Hex F7 C5 2E 0 14 51 3 2D 5D 39
Octal 367 305 56 0 24 121 3 55 135 71
Binary 11110111 11000101 101110 0 10100 1010001 11 101101 1011101 111001

Color Harmonies of #F7C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C52E

Black with #F7C52E

Text Example


Text Example

White with #F7C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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