Html Css Color HEX #F7C732 Saffron

📋 copy color: '#F7C732'

red 247 ◦ green 199 ◦ blue 50

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

Shades of Saffron #F7C732

Tints of Saffron #F7C732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

 BLUE value IS 50 (19.92% from 255) = 10.08%

R = 49.8%
G = 40.12%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7C732 (or 0xF7C732) is known color: Saffron. HEX triplet: F7, C7 and 32. RGB value is (247,199,50). Sum of RGB (Red+Green+Blue) = 247+199+50=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C732 is #0838CD. Grayscale: #C5C5C5. Windows color (decimal): -538830 or 3327991. OLE color: 3327991.

HSL color Cylindrical-coordinate representation of color #F7C732: hue angle of 45.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7C732 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 199 50 -
CMYK 0 0.19 0.80 0.03
HSL 45.38º 0.92% 0.58% -
HSV(B) 45.38º 0.8% 0.97% -
XYZ 59.36 60.85 11.63 -
YUV 196.37 45.4 164.12 -
System Red Green Blue C M Y K H S L
Decimal 247 199 50 0 0.19 0.80 0.03 45.38 0.92 0.58
Hex F7 C7 32 0 13 50 3 2D 5C 3A
Octal 367 307 62 0 23 120 3 55 134 72
Binary 11110111 11000111 110010 0 10011 1010000 11 101101 1011100 111010

Color Harmonies of #F7C732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C732

Black with #F7C732

Text Example


Text Example

White with #F7C732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C732; }

 p { color: rgb(247,199,50); }

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

background-color css

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

 a { background-color: rgb(247,199,50); }

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

border-color css

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

 span { border-color: rgb(247,199,50); }

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