Html Css Color HEX #FC5823 Outrageous Orange

📋 copy color: '#FC5823'

red 252 ◦ green 88 ◦ blue 35

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

Shades of Outrageous Orange #FC5823

Tints of Outrageous Orange #FC5823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 67.2%
G = 23.47%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC5823 (or 0xFC5823) is known color: Outrageous Orange. HEX triplet: FC, 58 and 23. RGB value is (252,88,35). Sum of RGB (Red+Green+Blue) = 252+88+35=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5823 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5823 is #03A7DC. Grayscale: #838383. Windows color (decimal): -239581 or 2316540. OLE color: 2316540.

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

Color convert

RGB 252 88 35 -
CMYK 0 0.65 0.86 0.01
HSL 14.65º 0.97% 0.56% -
HSV(B) 14.65º 0.86% 0.99% -
XYZ 43.94 27.8 4.64 -
YUV 130.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 252 88 35 0 0.65 0.86 0.01 14.65 0.97 0.56
Hex FC 58 23 0 41 56 1 F 61 38
Octal 374 130 43 0 101 126 1 17 141 70
Binary 11111100 1011000 100011 0 1000001 1010110 1 1111 1100001 111000

Color Harmonies of #FC5823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5823

Black with #FC5823

Text Example


Text Example

White with #FC5823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5823; }

 p { color: rgb(252,88,35); }

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

background-color css

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

 a { background-color: rgb(252,88,35); }

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

border-color css

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

 span { border-color: rgb(252,88,35); }

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