Html Css Color HEX #F7C32F Saffron

📋 copy color: '#F7C32F'

red 247 ◦ green 195 ◦ blue 47

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

Shades of Saffron #F7C32F

Tints of Saffron #F7C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.88%

 BLUE value IS 47 (18.75% from 255) = 9.61%

R = 50.51%
G = 39.88%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7C32F (or 0xF7C32F) is known color: Saffron. HEX triplet: F7, C3 and 2F. RGB value is (247,195,47). Sum of RGB (Red+Green+Blue) = 247+195+47=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C32F is #083CD0. Grayscale: #C2C2C2. Windows color (decimal): -539857 or 3130359. OLE color: 3130359.

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

Color convert

RGB 247 195 47 -
CMYK 0 0.21 0.81 0.03
HSL 44.4º 0.93% 0.58% -
HSV(B) 44.4º 0.81% 0.97% -
XYZ 58.39 59.01 11 -
YUV 193.68 45.23 166.03 -
System Red Green Blue C M Y K H S L
Decimal 247 195 47 0 0.21 0.81 0.03 44.4 0.93 0.58
Hex F7 C3 2F 0 15 51 3 2C 5D 3A
Octal 367 303 57 0 25 121 3 54 135 72
Binary 11110111 11000011 101111 0 10101 1010001 11 101100 1011101 111010

Color Harmonies of #F7C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C32F

Black with #F7C32F

Text Example


Text Example

White with #F7C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C32F; }

 p { color: rgb(247,195,47); }

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

background-color css

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

 a { background-color: rgb(247,195,47); }

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

border-color css

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

 span { border-color: rgb(247,195,47); }

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