Html Css Color HEX #FF521E Outrageous Orange

📋 copy color: '#FF521E'

red 255 ◦ green 82 ◦ blue 30

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

Shades of Outrageous Orange #FF521E

Tints of Outrageous Orange #FF521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 69.48%
G = 22.34%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF521E (or 0xFF521E) is known color: Outrageous Orange. HEX triplet: FF, 52 and 1E. RGB value is (255,82,30). Sum of RGB (Red+Green+Blue) = 255+82+30=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF521E is #00ADE1. Grayscale: #808080. Windows color (decimal): -44514 or 1987327. OLE color: 1987327.

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

Color convert

RGB 255 82 30 -
CMYK 0 0.68 0.88 0
HSL 13.87º 1% 0.56% -
HSV(B) 13.87º 0.88% 1% -
XYZ 44.49 27.39 4.17 -
YUV 127.8 72.81 218.73 -
System Red Green Blue C M Y K H S L
Decimal 255 82 30 0 0.68 0.88 0 13.87 1 0.56
Hex FF 52 1E 0 44 58 0 E 64 38
Octal 377 122 36 0 104 130 0 16 144 70
Binary 11111111 1010010 11110 0 1000100 1011000 0 1110 1100100 111000

Color Harmonies of #FF521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF521E

Black with #FF521E

Text Example


Text Example

White with #FF521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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