Html Css Color HEX #F7C934 Saffron

📋 copy color: '#F7C934'

red 247 ◦ green 201 ◦ blue 52

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

Shades of Saffron #F7C934

Tints of Saffron #F7C934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 52 (20.7% from 255) = 10.4%

R = 49.4%
G = 40.2%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F7C934 (or 0xF7C934) is known color: Saffron. HEX triplet: F7, C9 and 34. RGB value is (247,201,52). Sum of RGB (Red+Green+Blue) = 247+201+52=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C934 is #0836CB. Grayscale: #C6C6C6. Windows color (decimal): -538316 or 3459575. OLE color: 3459575.

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

Color convert

RGB 247 201 52 -
CMYK 0 0.19 0.79 0.03
HSL 45.85º 0.92% 0.59% -
HSV(B) 45.85º 0.79% 0.97% -
XYZ 59.86 61.8 12.02 -
YUV 197.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 247 201 52 0 0.19 0.79 0.03 45.85 0.92 0.59
Hex F7 C9 34 0 13 4F 3 2E 5C 3B
Octal 367 311 64 0 23 117 3 56 134 73
Binary 11110111 11001001 110100 0 10011 1001111 11 101110 1011100 111011

Color Harmonies of #F7C934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C934

Black with #F7C934

Text Example


Text Example

White with #F7C934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C934; }

 p { color: rgb(247,201,52); }

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

background-color css

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

 a { background-color: rgb(247,201,52); }

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

border-color css

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

 span { border-color: rgb(247,201,52); }

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