Html Css Color HEX #FCC530 Saffron

📋 copy color: '#FCC530'

red 252 ◦ green 197 ◦ blue 48

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

Shades of Saffron #FCC530

Tints of Saffron #FCC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.64%

 BLUE value IS 48 (19.14% from 255) = 9.66%

R = 50.7%
G = 39.64%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC530 (or 0xFCC530) is known color: Saffron. HEX triplet: FC, C5 and 30. RGB value is (252,197,48). Sum of RGB (Red+Green+Blue) = 252+197+48=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC530 is #033ACF. Grayscale: #C5C5C5. Windows color (decimal): -211664 or 3196412. OLE color: 3196412.

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

Color convert

RGB 252 197 48 -
CMYK 0 0.22 0.81 0.01
HSL 43.82º 0.97% 0.59% -
HSV(B) 43.82º 0.81% 0.99% -
XYZ 60.64 60.84 11.34 -
YUV 196.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 252 197 48 0 0.22 0.81 0.01 43.82 0.97 0.59
Hex FC C5 30 0 16 51 1 2C 61 3B
Octal 374 305 60 0 26 121 1 54 141 73
Binary 11111100 11000101 110000 0 10110 1010001 1 101100 1100001 111011

Color Harmonies of #FCC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC530

Black with #FCC530

Text Example


Text Example

White with #FCC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC530; }

 p { color: rgb(252,197,48); }

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

background-color css

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

 a { background-color: rgb(252,197,48); }

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

border-color css

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

 span { border-color: rgb(252,197,48); }

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