Html Css Color HEX #FC502F Outrageous Orange

📋 copy color: '#FC502F'

red 252 ◦ green 80 ◦ blue 47

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

Shades of Outrageous Orange #FC502F

Tints of Outrageous Orange #FC502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 66.49%
G = 21.11%
B = 12.4%

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

#FC502F (or 0xFC502F) is known color: Outrageous Orange. HEX triplet: FC, 50 and 2F. RGB value is (252,80,47). Sum of RGB (Red+Green+Blue) = 252+80+47=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC502F is #03AFD0. Grayscale: #7F7F7F. Windows color (decimal): -241617 or 3100924. OLE color: 3100924.

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

Color convert

RGB 252 80 47 -
CMYK 0 0.68 0.81 0.01
HSL 9.66º 0.97% 0.59% -
HSV(B) 9.66º 0.81% 0.99% -
XYZ 43.53 26.64 5.54 -
YUV 127.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 252 80 47 0 0.68 0.81 0.01 9.66 0.97 0.59
Hex FC 50 2F 0 44 51 1 A 61 3B
Octal 374 120 57 0 104 121 1 12 141 73
Binary 11111100 1010000 101111 0 1000100 1010001 1 1010 1100001 111011

Color Harmonies of #FC502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC502F

Black with #FC502F

Text Example


Text Example

White with #FC502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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