Html Css Color HEX #FC5128 Outrageous Orange

📋 copy color: '#FC5128'

red 252 ◦ green 81 ◦ blue 40

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

Shades of Outrageous Orange #FC5128

Tints of Outrageous Orange #FC5128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 67.56%
G = 21.72%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5128 (or 0xFC5128) is known color: Outrageous Orange. HEX triplet: FC, 51 and 28. RGB value is (252,81,40). Sum of RGB (Red+Green+Blue) = 252+81+40=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5128 is #03AED7. Grayscale: #7F7F7F. Windows color (decimal): -241368 or 2642428. OLE color: 2642428.

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

Color convert

RGB 252 81 40 -
CMYK 0 0.68 0.84 0.01
HSL 11.6º 0.97% 0.57% -
HSV(B) 11.6º 0.84% 0.99% -
XYZ 43.47 26.73 4.88 -
YUV 127.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 252 81 40 0 0.68 0.84 0.01 11.6 0.97 0.57
Hex FC 51 28 0 44 54 1 C 61 39
Octal 374 121 50 0 104 124 1 14 141 71
Binary 11111100 1010001 101000 0 1000100 1010100 1 1100 1100001 111001

Color Harmonies of #FC5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5128

Black with #FC5128

Text Example


Text Example

White with #FC5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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