Html Css Color HEX #FCC135 Saffron

📋 copy color: '#FCC135'

red 252 ◦ green 193 ◦ blue 53

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

Shades of Saffron #FCC135

Tints of Saffron #FCC135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.64%

R = 50.6%
G = 38.76%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCC135 (or 0xFCC135) is known color: Saffron. HEX triplet: FC, C1 and 35. RGB value is (252,193,53). Sum of RGB (Red+Green+Blue) = 252+193+53=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC135 is #033ECA. Grayscale: #C3C3C3. Windows color (decimal): -212683 or 3523068. OLE color: 3523068.

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

Color convert

RGB 252 193 53 -
CMYK 0 0.23 0.79 0.01
HSL 42.21º 0.97% 0.6% -
HSV(B) 42.21º 0.79% 0.99% -
XYZ 59.86 59.09 11.62 -
YUV 194.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 252 193 53 0 0.23 0.79 0.01 42.21 0.97 0.6
Hex FC C1 35 0 17 4F 1 2A 61 3C
Octal 374 301 65 0 27 117 1 52 141 74
Binary 11111100 11000001 110101 0 10111 1001111 1 101010 1100001 111100

Color Harmonies of #FCC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC135

Black with #FCC135

Text Example


Text Example

White with #FCC135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC135; }

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

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

background-color css

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

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

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

border-color css

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

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

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