Html Css Color HEX #FC5530 Outrageous Orange

📋 copy color: '#FC5530'

red 252 ◦ green 85 ◦ blue 48

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

Shades of Outrageous Orange #FC5530

Tints of Outrageous Orange #FC5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

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

R = 65.45%
G = 22.08%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC5530 (or 0xFC5530) is known color: Outrageous Orange. HEX triplet: FC, 55 and 30. RGB value is (252,85,48). Sum of RGB (Red+Green+Blue) = 252+85+48=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5530 is #03AACF. Grayscale: #838383. Windows color (decimal): -240336 or 3167740. OLE color: 3167740.

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

Color convert

RGB 252 85 48 -
CMYK 0 0.66 0.81 0.01
HSL 10.88º 0.97% 0.59% -
HSV(B) 10.88º 0.81% 0.99% -
XYZ 43.93 27.41 5.77 -
YUV 130.72 81.33 214.51 -
System Red Green Blue C M Y K H S L
Decimal 252 85 48 0 0.66 0.81 0.01 10.88 0.97 0.59
Hex FC 55 30 0 42 51 1 B 61 3B
Octal 374 125 60 0 102 121 1 13 141 73
Binary 11111100 1010101 110000 0 1000010 1010001 1 1011 1100001 111011

Color Harmonies of #FC5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5530

Black with #FC5530

Text Example


Text Example

White with #FC5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5530; }

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

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

background-color css

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

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

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

border-color css

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

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

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