Html Css Color HEX #FC5A30 Outrageous Orange

📋 copy color: '#FC5A30'

red 252 ◦ green 90 ◦ blue 48

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

Shades of Outrageous Orange #FC5A30

Tints of Outrageous Orange #FC5A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

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

R = 64.62%
G = 23.08%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC5A30 (or 0xFC5A30) is known color: Outrageous Orange. HEX triplet: FC, 5A and 30. RGB value is (252,90,48). Sum of RGB (Red+Green+Blue) = 252+90+48=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A30 is #03A5CF. Grayscale: #858585. Windows color (decimal): -239056 or 3169020. OLE color: 3169020.

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

Color convert

RGB 252 90 48 -
CMYK 0 0.64 0.81 0.01
HSL 12.35º 0.97% 0.59% -
HSV(B) 12.35º 0.81% 0.99% -
XYZ 44.33 28.22 5.91 -
YUV 133.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 252 90 48 0 0.64 0.81 0.01 12.35 0.97 0.59
Hex FC 5A 30 0 40 51 1 C 61 3B
Octal 374 132 60 0 100 121 1 14 141 73
Binary 11111100 1011010 110000 0 1000000 1010001 1 1100 1100001 111011

Color Harmonies of #FC5A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A30

Black with #FC5A30

Text Example


Text Example

White with #FC5A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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