Html Css Color HEX #F7C52A Saffron

📋 copy color: '#F7C52A'

red 247 ◦ green 197 ◦ blue 42

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

Shades of Saffron #F7C52A

Tints of Saffron #F7C52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.64%

R = 50.82%
G = 40.53%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7C52A (or 0xF7C52A) is known color: Saffron. HEX triplet: F7, C5 and 2A. RGB value is (247,197,42). Sum of RGB (Red+Green+Blue) = 247+197+42=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C52A is #083AD5. Grayscale: #C2C2C2. Windows color (decimal): -539350 or 2803191. OLE color: 2803191.

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

Color convert

RGB 247 197 42 -
CMYK 0 0.20 0.83 0.03
HSL 45.37º 0.93% 0.57% -
HSV(B) 45.37º 0.83% 0.97% -
XYZ 58.74 59.87 10.65 -
YUV 194.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 247 197 42 0 0.20 0.83 0.03 45.37 0.93 0.57
Hex F7 C5 2A 0 14 53 3 2D 5D 39
Octal 367 305 52 0 24 123 3 55 135 71
Binary 11110111 11000101 101010 0 10100 1010011 11 101101 1011101 111001

Color Harmonies of #F7C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C52A

Black with #F7C52A

Text Example


Text Example

White with #F7C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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