Html Css Color HEX #FD5129 Outrageous Orange

📋 copy color: '#FD5129'

red 253 ◦ green 81 ◦ blue 41

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

Shades of Outrageous Orange #FD5129

Tints of Outrageous Orange #FD5129

RGB

 RED value IS 253 (99.22% from 255) = 67.47%

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

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

R = 67.47%
G = 21.6%
B = 10.93%

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

#FD5129 (or 0xFD5129) is known color: Outrageous Orange. HEX triplet: FD, 51 and 29. RGB value is (253,81,41). Sum of RGB (Red+Green+Blue) = 253+81+41=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5129 is #02AED6. Grayscale: #808080. Windows color (decimal): -175831 or 2707965. OLE color: 2707965.

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

Color convert

RGB 253 81 41 -
CMYK 0 0.68 0.84 0.01
HSL 11.32º 0.98% 0.58% -
HSV(B) 11.32º 0.84% 0.99% -
XYZ 43.85 26.93 4.98 -
YUV 127.87 78.98 217.25 -
System Red Green Blue C M Y K H S L
Decimal 253 81 41 0 0.68 0.84 0.01 11.32 0.98 0.58
Hex FD 51 29 0 44 54 1 B 62 3A
Octal 375 121 51 0 104 124 1 13 142 72
Binary 11111101 1010001 101001 0 1000100 1010100 1 1011 1100010 111010

Color Harmonies of #FD5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5129

Black with #FD5129

Text Example


Text Example

White with #FD5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5129; }

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

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

background-color css

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

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

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

border-color css

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

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

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