Html Css Color HEX #F7C22D Saffron

📋 copy color: '#F7C22D'

red 247 ◦ green 194 ◦ blue 45

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

Shades of Saffron #F7C22D

Tints of Saffron #F7C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.92%

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

R = 50.82%
G = 39.92%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7C22D (or 0xF7C22D) is known color: Saffron. HEX triplet: F7, C2 and 2D. RGB value is (247,194,45). Sum of RGB (Red+Green+Blue) = 247+194+45=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C22D is #083DD2. Grayscale: #C1C1C1. Windows color (decimal): -540115 or 2999031. OLE color: 2999031.

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

Color convert

RGB 247 194 45 -
CMYK 0 0.21 0.82 0.03
HSL 44.26º 0.93% 0.57% -
HSV(B) 44.26º 0.82% 0.97% -
XYZ 58.12 58.55 10.72 -
YUV 192.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 247 194 45 0 0.21 0.82 0.03 44.26 0.93 0.57
Hex F7 C2 2D 0 15 52 3 2C 5D 39
Octal 367 302 55 0 25 122 3 54 135 71
Binary 11110111 11000010 101101 0 10101 1010010 11 101100 1011101 111001

Color Harmonies of #F7C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C22D

Black with #F7C22D

Text Example


Text Example

White with #F7C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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