Html Css Color HEX #F7C031 Saffron

📋 copy color: '#F7C031'

red 247 ◦ green 192 ◦ blue 49

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

Shades of Saffron #F7C031

Tints of Saffron #F7C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

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

R = 50.61%
G = 39.34%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7C031 (or 0xF7C031) is known color: Saffron. HEX triplet: F7, C0 and 31. RGB value is (247,192,49). Sum of RGB (Red+Green+Blue) = 247+192+49=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C031 is #083FCE. Grayscale: #C0C0C0. Windows color (decimal): -540623 or 3260663. OLE color: 3260663.

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

Color convert

RGB 247 192 49 -
CMYK 0 0.22 0.80 0.03
HSL 43.33º 0.93% 0.58% -
HSV(B) 43.33º 0.8% 0.97% -
XYZ 57.76 57.7 11 -
YUV 192.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 247 192 49 0 0.22 0.80 0.03 43.33 0.93 0.58
Hex F7 C0 31 0 16 50 3 2B 5D 3A
Octal 367 300 61 0 26 120 3 53 135 72
Binary 11110111 11000000 110001 0 10110 1010000 11 101011 1011101 111010

Color Harmonies of #F7C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C031

Black with #F7C031

Text Example


Text Example

White with #F7C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C031; }

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

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

background-color css

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

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

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

border-color css

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

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

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