Html Css Color HEX #FD5329 Outrageous Orange

📋 copy color: '#FD5329'

red 253 ◦ green 83 ◦ blue 41

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

Shades of Outrageous Orange #FD5329

Tints of Outrageous Orange #FD5329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 67.11%
G = 22.02%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD5329 (or 0xFD5329) is known color: Outrageous Orange. HEX triplet: FD, 53 and 29. RGB value is (253,83,41). Sum of RGB (Red+Green+Blue) = 253+83+41=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5329 is #02ACD6. Grayscale: #818181. Windows color (decimal): -175319 or 2708477. OLE color: 2708477.

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

Color convert

RGB 253 83 41 -
CMYK 0 0.67 0.84 0.01
HSL 11.89º 0.98% 0.58% -
HSV(B) 11.89º 0.84% 0.99% -
XYZ 44 27.23 5.03 -
YUV 129.04 78.32 216.42 -
System Red Green Blue C M Y K H S L
Decimal 253 83 41 0 0.67 0.84 0.01 11.89 0.98 0.58
Hex FD 53 29 0 43 54 1 C 62 3A
Octal 375 123 51 0 103 124 1 14 142 72
Binary 11111101 1010011 101001 0 1000011 1010100 1 1100 1100010 111010

Color Harmonies of #FD5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5329

Black with #FD5329

Text Example


Text Example

White with #FD5329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5329; }

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

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

background-color css

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

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

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

border-color css

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

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

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