Html Css Color HEX #FC5328 Outrageous Orange

📋 copy color: '#FC5328'

red 252 ◦ green 83 ◦ blue 40

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

Shades of Outrageous Orange #FC5328

Tints of Outrageous Orange #FC5328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 67.2%
G = 22.13%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5328 (or 0xFC5328) is known color: Outrageous Orange. HEX triplet: FC, 53 and 28. RGB value is (252,83,40). Sum of RGB (Red+Green+Blue) = 252+83+40=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5328 is #03ACD7. Grayscale: #808080. Windows color (decimal): -240856 or 2642940. OLE color: 2642940.

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

Color convert

RGB 252 83 40 -
CMYK 0 0.67 0.84 0.01
HSL 12.17º 0.97% 0.57% -
HSV(B) 12.17º 0.84% 0.99% -
XYZ 43.62 27.04 4.93 -
YUV 128.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 252 83 40 0 0.67 0.84 0.01 12.17 0.97 0.57
Hex FC 53 28 0 43 54 1 C 61 39
Octal 374 123 50 0 103 124 1 14 141 71
Binary 11111100 1010011 101000 0 1000011 1010100 1 1100 1100001 111001

Color Harmonies of #FC5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5328

Black with #FC5328

Text Example


Text Example

White with #FC5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5328; }

 p { color: rgb(252,83,40); }

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

background-color css

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

 a { background-color: rgb(252,83,40); }

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

border-color css

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

 span { border-color: rgb(252,83,40); }

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