Html Css Color HEX #F7C538 Saffron

📋 copy color: '#F7C538'

red 247 ◦ green 197 ◦ blue 56

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

Shades of Saffron #F7C538

Tints of Saffron #F7C538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.2%

R = 49.4%
G = 39.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7C538 (or 0xF7C538) is known color: Saffron. HEX triplet: F7, C5 and 38. RGB value is (247,197,56). Sum of RGB (Red+Green+Blue) = 247+197+56=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C538 is #083AC7. Grayscale: #C4C4C4. Windows color (decimal): -539336 or 3720695. OLE color: 3720695.

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

Color convert

RGB 247 197 56 -
CMYK 0 0.20 0.77 0.03
HSL 44.29º 0.92% 0.59% -
HSV(B) 44.29º 0.77% 0.97% -
XYZ 59.04 59.99 12.21 -
YUV 195.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 247 197 56 0 0.20 0.77 0.03 44.29 0.92 0.59
Hex F7 C5 38 0 14 4D 3 2C 5C 3B
Octal 367 305 70 0 24 115 3 54 134 73
Binary 11110111 11000101 111000 0 10100 1001101 11 101100 1011100 111011

Color Harmonies of #F7C538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C538

Black with #F7C538

Text Example


Text Example

White with #F7C538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C538; }

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

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

background-color css

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

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

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

border-color css

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

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

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