Html Css Color HEX #FF521D Outrageous Orange

📋 copy color: '#FF521D'

red 255 ◦ green 82 ◦ blue 29

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

Shades of Outrageous Orange #FF521D

Tints of Outrageous Orange #FF521D

RGB

 RED value IS 255 (100% from 255) = 69.67%

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

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

R = 69.67%
G = 22.4%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF521D (or 0xFF521D) is known color: Outrageous Orange. HEX triplet: FF, 52 and 1D. RGB value is (255,82,29). Sum of RGB (Red+Green+Blue) = 255+82+29=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF521D is #00ADE2. Grayscale: #808080. Windows color (decimal): -44515 or 1921791. OLE color: 1921791.

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

Color convert

RGB 255 82 29 -
CMYK 0 0.68 0.89 0
HSL 14.07º 1% 0.56% -
HSV(B) 14.07º 0.89% 1% -
XYZ 44.48 27.38 4.1 -
YUV 127.69 72.31 218.81 -
System Red Green Blue C M Y K H S L
Decimal 255 82 29 0 0.68 0.89 0 14.07 1 0.56
Hex FF 52 1D 0 44 59 0 E 64 38
Octal 377 122 35 0 104 131 0 16 144 70
Binary 11111111 1010010 11101 0 1000100 1011001 0 1110 1100100 111000

Color Harmonies of #FF521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF521D

Black with #FF521D

Text Example


Text Example

White with #FF521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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