Html Css Color HEX #F7C331 Saffron

📋 copy color: '#F7C331'

red 247 ◦ green 195 ◦ blue 49

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

Shades of Saffron #F7C331

Tints of Saffron #F7C331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.98%

R = 50.31%
G = 39.71%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7C331 (or 0xF7C331) is known color: Saffron. HEX triplet: F7, C3 and 31. RGB value is (247,195,49). Sum of RGB (Red+Green+Blue) = 247+195+49=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C331 is #083CCE. Grayscale: #C2C2C2. Windows color (decimal): -539855 or 3261431. OLE color: 3261431.

HSL color Cylindrical-coordinate representation of color #F7C331: hue angle of 44.24º degrees, saturation: 0.93, 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 #F7C331 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 195 49 -
CMYK 0 0.21 0.80 0.03
HSL 44.24º 0.93% 0.58% -
HSV(B) 44.24º 0.8% 0.97% -
XYZ 58.43 59.03 11.22 -
YUV 193.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 247 195 49 0 0.21 0.80 0.03 44.24 0.93 0.58
Hex F7 C3 31 0 15 50 3 2C 5D 3A
Octal 367 303 61 0 25 120 3 54 135 72
Binary 11110111 11000011 110001 0 10101 1010000 11 101100 1011101 111010

Color Harmonies of #F7C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C331

Black with #F7C331

Text Example


Text Example

White with #F7C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C331; }

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

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

background-color css

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

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

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

border-color css

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

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

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