Html Css Color HEX #F7C02D Saffron

📋 copy color: '#F7C02D'

red 247 ◦ green 192 ◦ blue 45

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

Shades of Saffron #F7C02D

Tints of Saffron #F7C02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 51.03%
G = 39.67%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7C02D (or 0xF7C02D) is known color: Saffron. HEX triplet: F7, C0 and 2D. RGB value is (247,192,45). Sum of RGB (Red+Green+Blue) = 247+192+45=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C02D is #083FD2. Grayscale: #C0C0C0. Windows color (decimal): -540627 or 2998519. OLE color: 2998519.

HSL color Cylindrical-coordinate representation of color #F7C02D: hue angle of 43.66º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7C02D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 192 45 -
CMYK 0 0.22 0.82 0.03
HSL 43.66º 0.93% 0.57% -
HSV(B) 43.66º 0.82% 0.97% -
XYZ 57.68 57.66 10.57 -
YUV 191.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 247 192 45 0 0.22 0.82 0.03 43.66 0.93 0.57
Hex F7 C0 2D 0 16 52 3 2C 5D 39
Octal 367 300 55 0 26 122 3 54 135 71
Binary 11110111 11000000 101101 0 10110 1010010 11 101100 1011101 111001

Color Harmonies of #F7C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C02D

Black with #F7C02D

Text Example


Text Example

White with #F7C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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