Html Css Color HEX #F7C034 Saffron

📋 copy color: '#F7C034'

red 247 ◦ green 192 ◦ blue 52

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

Shades of Saffron #F7C034

Tints of Saffron #F7C034

RGB

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

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

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

R = 50.31%
G = 39.1%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F7C034 (or 0xF7C034) is known color: Saffron. HEX triplet: F7, C0 and 34. RGB value is (247,192,52). Sum of RGB (Red+Green+Blue) = 247+192+52=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C034 is #083FCB. Grayscale: #C1C1C1. Windows color (decimal): -540620 or 3457271. OLE color: 3457271.

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

Color convert

RGB 247 192 52 -
CMYK 0 0.22 0.79 0.03
HSL 43.08º 0.92% 0.59% -
HSV(B) 43.08º 0.79% 0.97% -
XYZ 57.83 57.72 11.34 -
YUV 192.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 247 192 52 0 0.22 0.79 0.03 43.08 0.92 0.59
Hex F7 C0 34 0 16 4F 3 2B 5C 3B
Octal 367 300 64 0 26 117 3 53 134 73
Binary 11110111 11000000 110100 0 10110 1001111 11 101011 1011100 111011

Color Harmonies of #F7C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C034

Black with #F7C034

Text Example


Text Example

White with #F7C034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C034; }

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

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

background-color css

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

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

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

border-color css

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

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

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