Html Css Color HEX #FC5130 Outrageous Orange

📋 copy color: '#FC5130'

red 252 ◦ green 81 ◦ blue 48

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

Shades of Outrageous Orange #FC5130

Tints of Outrageous Orange #FC5130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 66.14%
G = 21.26%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC5130 (or 0xFC5130) is known color: Outrageous Orange. HEX triplet: FC, 51 and 30. RGB value is (252,81,48). Sum of RGB (Red+Green+Blue) = 252+81+48=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5130 is #03AECF. Grayscale: #808080. Windows color (decimal): -241360 or 3166716. OLE color: 3166716.

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

Color convert

RGB 252 81 48 -
CMYK 0 0.68 0.81 0.01
HSL 9.71º 0.97% 0.59% -
HSV(B) 9.71º 0.81% 0.99% -
XYZ 43.62 26.79 5.67 -
YUV 128.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 252 81 48 0 0.68 0.81 0.01 9.71 0.97 0.59
Hex FC 51 30 0 44 51 1 A 61 3B
Octal 374 121 60 0 104 121 1 12 141 73
Binary 11111100 1010001 110000 0 1000100 1010001 1 1010 1100001 111011

Color Harmonies of #FC5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5130

Black with #FC5130

Text Example


Text Example

White with #FC5130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5130; }

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

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

background-color css

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

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

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

border-color css

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

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

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