Html Css Color HEX #FC5935 Outrageous Orange

📋 copy color: '#FC5935'

red 252 ◦ green 89 ◦ blue 53

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

Shades of Outrageous Orange #FC5935

Tints of Outrageous Orange #FC5935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 63.96%
G = 22.59%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC5935 (or 0xFC5935) is known color: Outrageous Orange. HEX triplet: FC, 59 and 35. RGB value is (252,89,53). Sum of RGB (Red+Green+Blue) = 252+89+53=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5935 is #03A6CA. Grayscale: #858585. Windows color (decimal): -239307 or 3496444. OLE color: 3496444.

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

Color convert

RGB 252 89 53 -
CMYK 0 0.65 0.79 0.01
HSL 10.85º 0.97% 0.6% -
HSV(B) 10.85º 0.79% 0.99% -
XYZ 44.36 28.1 6.45 -
YUV 133.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 252 89 53 0 0.65 0.79 0.01 10.85 0.97 0.6
Hex FC 59 35 0 41 4F 1 B 61 3C
Octal 374 131 65 0 101 117 1 13 141 74
Binary 11111100 1011001 110101 0 1000001 1001111 1 1011 1100001 111100

Color Harmonies of #FC5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5935

Black with #FC5935

Text Example


Text Example

White with #FC5935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5935; }

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

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

background-color css

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

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

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

border-color css

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

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

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