Html Css Color HEX #FC5030 Outrageous Orange

📋 copy color: '#FC5030'

red 252 ◦ green 80 ◦ blue 48

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

Shades of Outrageous Orange #FC5030

Tints of Outrageous Orange #FC5030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 66.32%
G = 21.05%
B = 12.63%

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

#FC5030 (or 0xFC5030) is known color: Outrageous Orange. HEX triplet: FC, 50 and 30. RGB value is (252,80,48). Sum of RGB (Red+Green+Blue) = 252+80+48=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5030 is #03AFCF. Grayscale: #808080. Windows color (decimal): -241616 or 3166460. OLE color: 3166460.

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

Color convert

RGB 252 80 48 -
CMYK 0 0.68 0.81 0.01
HSL 9.41º 0.97% 0.59% -
HSV(B) 9.41º 0.81% 0.99% -
XYZ 43.55 26.65 5.64 -
YUV 127.78 82.98 216.6 -
System Red Green Blue C M Y K H S L
Decimal 252 80 48 0 0.68 0.81 0.01 9.41 0.97 0.59
Hex FC 50 30 0 44 51 1 9 61 3B
Octal 374 120 60 0 104 121 1 11 141 73
Binary 11111100 1010000 110000 0 1000100 1010001 1 1001 1100001 111011

Color Harmonies of #FC5030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5030

Black with #FC5030

Text Example


Text Example

White with #FC5030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5030; }

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

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

background-color css

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

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

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

border-color css

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

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

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