Html Css Color HEX #FCC226 Saffron

📋 copy color: '#FCC226'

red 252 ◦ green 194 ◦ blue 38

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

Shades of Saffron #FCC226

Tints of Saffron #FCC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 52.07%
G = 40.08%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCC226 (or 0xFCC226) is known color: Saffron. HEX triplet: FC, C2 and 26. RGB value is (252,194,38). Sum of RGB (Red+Green+Blue) = 252+194+38=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC226 is #033DD9. Grayscale: #C2C2C2. Windows color (decimal): -212442 or 2540284. OLE color: 2540284.

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

Color convert

RGB 252 194 38 -
CMYK 0 0.23 0.85 0.01
HSL 43.74º 0.97% 0.57% -
HSV(B) 43.74º 0.85% 0.99% -
XYZ 59.79 59.42 10.15 -
YUV 193.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 252 194 38 0 0.23 0.85 0.01 43.74 0.97 0.57
Hex FC C2 26 0 17 55 1 2C 61 39
Octal 374 302 46 0 27 125 1 54 141 71
Binary 11111100 11000010 100110 0 10111 1010101 1 101100 1100001 111001

Color Harmonies of #FCC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC226

Black with #FCC226

Text Example


Text Example

White with #FCC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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