Html Css Color HEX #FC502D Outrageous Orange

📋 copy color: '#FC502D'

red 252 ◦ green 80 ◦ blue 45

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

Shades of Outrageous Orange #FC502D

Tints of Outrageous Orange #FC502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 66.84%
G = 21.22%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC502D (or 0xFC502D) is known color: Outrageous Orange. HEX triplet: FC, 50 and 2D. RGB value is (252,80,45). Sum of RGB (Red+Green+Blue) = 252+80+45=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC502D is #03AFD2. Grayscale: #7F7F7F. Windows color (decimal): -241619 or 2969852. OLE color: 2969852.

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

Color convert

RGB 252 80 45 -
CMYK 0 0.68 0.82 0.01
HSL 10.14º 0.97% 0.58% -
HSV(B) 10.14º 0.82% 0.99% -
XYZ 43.49 26.62 5.33 -
YUV 127.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 252 80 45 0 0.68 0.82 0.01 10.14 0.97 0.58
Hex FC 50 2D 0 44 52 1 A 61 3A
Octal 374 120 55 0 104 122 1 12 141 72
Binary 11111100 1010000 101101 0 1000100 1010010 1 1010 1100001 111010

Color Harmonies of #FC502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC502D

Black with #FC502D

Text Example


Text Example

White with #FC502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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