Html Css Color HEX #FC502B Outrageous Orange

📋 copy color: '#FC502B'

red 252 ◦ green 80 ◦ blue 43

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

Shades of Outrageous Orange #FC502B

Tints of Outrageous Orange #FC502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 67.2%
G = 21.33%
B = 11.47%

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

#FC502B (or 0xFC502B) is known color: Outrageous Orange. HEX triplet: FC, 50 and 2B. RGB value is (252,80,43). Sum of RGB (Red+Green+Blue) = 252+80+43=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC502B is #03AFD4. Grayscale: #7F7F7F. Windows color (decimal): -241621 or 2838780. OLE color: 2838780.

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

Color convert

RGB 252 80 43 -
CMYK 0 0.68 0.83 0.01
HSL 10.62º 0.97% 0.58% -
HSV(B) 10.62º 0.83% 0.99% -
XYZ 43.45 26.61 5.13 -
YUV 127.21 80.48 217.01 -
System Red Green Blue C M Y K H S L
Decimal 252 80 43 0 0.68 0.83 0.01 10.62 0.97 0.58
Hex FC 50 2B 0 44 53 1 B 61 3A
Octal 374 120 53 0 104 123 1 13 141 72
Binary 11111100 1010000 101011 0 1000100 1010011 1 1011 1100001 111010

Color Harmonies of #FC502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC502B

Black with #FC502B

Text Example


Text Example

White with #FC502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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