Html Css Color HEX #FCC22D Saffron

📋 copy color: '#FCC22D'

red 252 ◦ green 194 ◦ blue 45

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

Shades of Saffron #FCC22D

Tints of Saffron #FCC22D

RGB

 RED value IS 252 (98.83% from 255) = 51.32%

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

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

R = 51.32%
G = 39.51%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCC22D (or 0xFCC22D) is known color: Saffron. HEX triplet: FC, C2 and 2D. RGB value is (252,194,45). Sum of RGB (Red+Green+Blue) = 252+194+45=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC22D is #033DD2. Grayscale: #C3C3C3. Windows color (decimal): -212435 or 2999036. OLE color: 2999036.

HSL color Cylindrical-coordinate representation of color #FCC22D: hue angle of 43.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCC22D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 45 -
CMYK 0 0.23 0.82 0.01
HSL 43.19º 0.97% 0.58% -
HSV(B) 43.19º 0.82% 0.99% -
XYZ 59.91 59.47 10.8 -
YUV 194.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 252 194 45 0 0.23 0.82 0.01 43.19 0.97 0.58
Hex FC C2 2D 0 17 52 1 2B 61 3A
Octal 374 302 55 0 27 122 1 53 141 72
Binary 11111100 11000010 101101 0 10111 1010010 1 101011 1100001 111010

Color Harmonies of #FCC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC22D

Black with #FCC22D

Text Example


Text Example

White with #FCC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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