Html Css Color HEX #FCC330 Saffron

📋 copy color: '#FCC330'

red 252 ◦ green 195 ◦ blue 48

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

Shades of Saffron #FCC330

Tints of Saffron #FCC330

RGB

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

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

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

R = 50.91%
G = 39.39%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC330 (or 0xFCC330) is known color: Saffron. HEX triplet: FC, C3 and 30. RGB value is (252,195,48). Sum of RGB (Red+Green+Blue) = 252+195+48=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC330 is #033CCF. Grayscale: #C3C3C3. Windows color (decimal): -212176 or 3195900. OLE color: 3195900.

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

Color convert

RGB 252 195 48 -
CMYK 0 0.23 0.81 0.01
HSL 43.24º 0.97% 0.59% -
HSV(B) 43.24º 0.81% 0.99% -
XYZ 60.19 59.94 11.19 -
YUV 195.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 252 195 48 0 0.23 0.81 0.01 43.24 0.97 0.59
Hex FC C3 30 0 17 51 1 2B 61 3B
Octal 374 303 60 0 27 121 1 53 141 73
Binary 11111100 11000011 110000 0 10111 1010001 1 101011 1100001 111011

Color Harmonies of #FCC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC330

Black with #FCC330

Text Example


Text Example

White with #FCC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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