Html Css Color HEX #FCC328 Saffron

📋 copy color: '#FCC328'

red 252 ◦ green 195 ◦ blue 40

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

Shades of Saffron #FCC328

Tints of Saffron #FCC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

 BLUE value IS 40 (16.02% from 255) = 8.21%

R = 51.75%
G = 40.04%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCC328 (or 0xFCC328) is known color: Saffron. HEX triplet: FC, C3 and 28. RGB value is (252,195,40). Sum of RGB (Red+Green+Blue) = 252+195+40=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC328 is #033CD7. Grayscale: #C3C3C3. Windows color (decimal): -212184 or 2671612. OLE color: 2671612.

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

Color convert

RGB 252 195 40 -
CMYK 0 0.23 0.84 0.01
HSL 43.87º 0.97% 0.57% -
HSV(B) 43.87º 0.84% 0.99% -
XYZ 60.04 59.88 10.4 -
YUV 194.37 40.88 169.1 -
System Red Green Blue C M Y K H S L
Decimal 252 195 40 0 0.23 0.84 0.01 43.87 0.97 0.57
Hex FC C3 28 0 17 54 1 2C 61 39
Octal 374 303 50 0 27 124 1 54 141 71
Binary 11111100 11000011 101000 0 10111 1010100 1 101100 1100001 111001

Color Harmonies of #FCC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC328

Black with #FCC328

Text Example


Text Example

White with #FCC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC328; }

 p { color: rgb(252,195,40); }

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

background-color css

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

 a { background-color: rgb(252,195,40); }

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

border-color css

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

 span { border-color: rgb(252,195,40); }

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