Html Css Color HEX #FD521D Outrageous Orange

📋 copy color: '#FD521D'

red 253 ◦ green 82 ◦ blue 29

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

Shades of Outrageous Orange #FD521D

Tints of Outrageous Orange #FD521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 69.51%
G = 22.53%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD521D (or 0xFD521D) is known color: Outrageous Orange. HEX triplet: FD, 52 and 1D. RGB value is (253,82,29). Sum of RGB (Red+Green+Blue) = 253+82+29=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD521D is #02ADE2. Grayscale: #7F7F7F. Windows color (decimal): -175587 or 1921789. OLE color: 1921789.

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

Color convert

RGB 253 82 29 -
CMYK 0 0.68 0.89 0.01
HSL 14.2º 0.98% 0.55% -
HSV(B) 14.2º 0.89% 0.99% -
XYZ 43.75 27.01 4.07 -
YUV 127.09 72.65 217.81 -
System Red Green Blue C M Y K H S L
Decimal 253 82 29 0 0.68 0.89 0.01 14.2 0.98 0.55
Hex FD 52 1D 0 44 59 1 E 62 37
Octal 375 122 35 0 104 131 1 16 142 67
Binary 11111101 1010010 11101 0 1000100 1011001 1 1110 1100010 110111

Color Harmonies of #FD521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD521D

Black with #FD521D

Text Example


Text Example

White with #FD521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD521D; }

 p { color: rgb(253,82,29); }

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

background-color css

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

 a { background-color: rgb(253,82,29); }

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

border-color css

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

 span { border-color: rgb(253,82,29); }

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