Html Css Color HEX #FC502A Outrageous Orange

📋 copy color: '#FC502A'

red 252 ◦ green 80 ◦ blue 42

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

Shades of Outrageous Orange #FC502A

Tints of Outrageous Orange #FC502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 67.38%
G = 21.39%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC502A (or 0xFC502A) is known color: Outrageous Orange. HEX triplet: FC, 50 and 2A. RGB value is (252,80,42). Sum of RGB (Red+Green+Blue) = 252+80+42=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC502A is #03AFD5. Grayscale: #7F7F7F. Windows color (decimal): -241622 or 2773244. OLE color: 2773244.

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

Color convert

RGB 252 80 42 -
CMYK 0 0.68 0.83 0.01
HSL 10.86º 0.97% 0.58% -
HSV(B) 10.86º 0.83% 0.99% -
XYZ 43.43 26.6 5.04 -
YUV 127.1 79.98 217.09 -
System Red Green Blue C M Y K H S L
Decimal 252 80 42 0 0.68 0.83 0.01 10.86 0.97 0.58
Hex FC 50 2A 0 44 53 1 B 61 3A
Octal 374 120 52 0 104 123 1 13 141 72
Binary 11111100 1010000 101010 0 1000100 1010011 1 1011 1100001 111010

Color Harmonies of #FC502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC502A

Black with #FC502A

Text Example


Text Example

White with #FC502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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