Html Css Color HEX #FC5129 Outrageous Orange

📋 copy color: '#FC5129'

red 252 ◦ green 81 ◦ blue 41

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

Shades of Outrageous Orange #FC5129

Tints of Outrageous Orange #FC5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 67.38%
G = 21.66%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5129 (or 0xFC5129) is known color: Outrageous Orange. HEX triplet: FC, 51 and 29. RGB value is (252,81,41). Sum of RGB (Red+Green+Blue) = 252+81+41=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5129 is #03AED6. Grayscale: #7F7F7F. Windows color (decimal): -241367 or 2707964. OLE color: 2707964.

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

Color convert

RGB 252 81 41 -
CMYK 0 0.68 0.84 0.01
HSL 11.37º 0.97% 0.57% -
HSV(B) 11.37º 0.84% 0.99% -
XYZ 43.49 26.74 4.97 -
YUV 127.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 252 81 41 0 0.68 0.84 0.01 11.37 0.97 0.57
Hex FC 51 29 0 44 54 1 B 61 39
Octal 374 121 51 0 104 124 1 13 141 71
Binary 11111100 1010001 101001 0 1000100 1010100 1 1011 1100001 111001

Color Harmonies of #FC5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5129

Black with #FC5129

Text Example


Text Example

White with #FC5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5129; }

 p { color: rgb(252,81,41); }

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

background-color css

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

 a { background-color: rgb(252,81,41); }

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

border-color css

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

 span { border-color: rgb(252,81,41); }

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