Html Css Color HEX #F7C129 Saffron

📋 copy color: '#F7C129'

red 247 ◦ green 193 ◦ blue 41

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

Shades of Saffron #F7C129

Tints of Saffron #F7C129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 51.35%
G = 40.12%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7C129 (or 0xF7C129) is known color: Saffron. HEX triplet: F7, C1 and 29. RGB value is (247,193,41). Sum of RGB (Red+Green+Blue) = 247+193+41=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C129 is #083ED6. Grayscale: #C0C0C0. Windows color (decimal): -540375 or 2736631. OLE color: 2736631.

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

Color convert

RGB 247 193 41 -
CMYK 0 0.22 0.83 0.03
HSL 44.27º 0.93% 0.56% -
HSV(B) 44.27º 0.83% 0.97% -
XYZ 57.83 58.07 10.26 -
YUV 191.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 247 193 41 0 0.22 0.83 0.03 44.27 0.93 0.56
Hex F7 C1 29 0 16 53 3 2C 5D 38
Octal 367 301 51 0 26 123 3 54 135 70
Binary 11110111 11000001 101001 0 10110 1010011 11 101100 1011101 111000

Color Harmonies of #F7C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C129

Black with #F7C129

Text Example


Text Example

White with #F7C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C129; }

 p { color: rgb(247,193,41); }

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

background-color css

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

 a { background-color: rgb(247,193,41); }

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

border-color css

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

 span { border-color: rgb(247,193,41); }

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