Html Css Color HEX #F7C42A Saffron

📋 copy color: '#F7C42A'

red 247 ◦ green 196 ◦ blue 42

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

Shades of Saffron #F7C42A

Tints of Saffron #F7C42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 42 (16.8% from 255) = 8.66%

R = 50.93%
G = 40.41%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7C42A (or 0xF7C42A) is known color: Saffron. HEX triplet: F7, C4 and 2A. RGB value is (247,196,42). Sum of RGB (Red+Green+Blue) = 247+196+42=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C42A is #083BD5. Grayscale: #C2C2C2. Windows color (decimal): -539606 or 2802935. OLE color: 2802935.

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

Color convert

RGB 247 196 42 -
CMYK 0 0.21 0.83 0.03
HSL 45.07º 0.93% 0.57% -
HSV(B) 45.07º 0.83% 0.97% -
XYZ 58.52 59.42 10.58 -
YUV 193.69 42.4 166.02 -
System Red Green Blue C M Y K H S L
Decimal 247 196 42 0 0.21 0.83 0.03 45.07 0.93 0.57
Hex F7 C4 2A 0 15 53 3 2D 5D 39
Octal 367 304 52 0 25 123 3 55 135 71
Binary 11110111 11000100 101010 0 10101 1010011 11 101101 1011101 111001

Color Harmonies of #F7C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C42A

Black with #F7C42A

Text Example


Text Example

White with #F7C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C42A; }

 p { color: rgb(247,196,42); }

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

background-color css

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

 a { background-color: rgb(247,196,42); }

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

border-color css

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

 span { border-color: rgb(247,196,42); }

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