Html Css Color HEX #FCC126 Saffron

📋 copy color: '#FCC126'

red 252 ◦ green 193 ◦ blue 38

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

Shades of Saffron #FCC126

Tints of Saffron #FCC126

RGB

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

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

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

R = 52.17%
G = 39.96%
B = 7.87%

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

#FCC126 (or 0xFCC126) is known color: Saffron. HEX triplet: FC, C1 and 26. RGB value is (252,193,38). Sum of RGB (Red+Green+Blue) = 252+193+38=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC126 is #033ED9. Grayscale: #C1C1C1. Windows color (decimal): -212698 or 2540028. OLE color: 2540028.

HSL color Cylindrical-coordinate representation of color #FCC126: hue angle of 43.46º 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 #FCC126 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 38 -
CMYK 0 0.23 0.85 0.01
HSL 43.46º 0.97% 0.57% -
HSV(B) 43.46º 0.85% 0.99% -
XYZ 59.56 58.98 10.08 -
YUV 192.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 252 193 38 0 0.23 0.85 0.01 43.46 0.97 0.57
Hex FC C1 26 0 17 55 1 2B 61 39
Octal 374 301 46 0 27 125 1 53 141 71
Binary 11111100 11000001 100110 0 10111 1010101 1 101011 1100001 111001

Color Harmonies of #FCC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC126

Black with #FCC126

Text Example


Text Example

White with #FCC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC126; }

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

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

background-color css

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

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

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

border-color css

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

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

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