Html Css Color HEX #F7C035 Saffron

📋 copy color: '#F7C035'

red 247 ◦ green 192 ◦ blue 53

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

Shades of Saffron #F7C035

Tints of Saffron #F7C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.77%

R = 50.2%
G = 39.02%
B = 10.77%

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

#F7C035 (or 0xF7C035) is known color: Saffron. HEX triplet: F7, C0 and 35. RGB value is (247,192,53). Sum of RGB (Red+Green+Blue) = 247+192+53=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C035 is #083FCA. Grayscale: #C1C1C1. Windows color (decimal): -540619 or 3522807. OLE color: 3522807.

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

Color convert

RGB 247 192 53 -
CMYK 0 0.22 0.79 0.03
HSL 42.99º 0.92% 0.59% -
HSV(B) 42.99º 0.79% 0.97% -
XYZ 57.85 57.73 11.46 -
YUV 192.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 247 192 53 0 0.22 0.79 0.03 42.99 0.92 0.59
Hex F7 C0 35 0 16 4F 3 2B 5C 3B
Octal 367 300 65 0 26 117 3 53 134 73
Binary 11110111 11000000 110101 0 10110 1001111 11 101011 1011100 111011

Color Harmonies of #F7C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C035

Black with #F7C035

Text Example


Text Example

White with #F7C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C035; }

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

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

background-color css

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

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

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

border-color css

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

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

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