Html Css Color HEX #FF520E International Orange

📋 copy color: '#FF520E'

red 255 ◦ green 82 ◦ blue 14

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

Shades of International Orange #FF520E

Tints of International Orange #FF520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 72.65%
G = 23.36%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF520E (or 0xFF520E) is known color: International Orange. HEX triplet: FF, 52 and 0E. RGB value is (255,82,14). Sum of RGB (Red+Green+Blue) = 255+82+14=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF520E is #00ADF1. Grayscale: #7E7E7E. Windows color (decimal): -44530 or 938751. OLE color: 938751.

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

Color convert

RGB 255 82 14 -
CMYK 0 0.68 0.95 0
HSL 16.93º 1% 0.53% -
HSV(B) 16.93º 0.95% 1% -
XYZ 44.34 27.33 3.35 -
YUV 125.98 64.81 220.03 -
System Red Green Blue C M Y K H S L
Decimal 255 82 14 0 0.68 0.95 0 16.93 1 0.53
Hex FF 52 E 0 44 5F 0 11 64 35
Octal 377 122 16 0 104 137 0 21 144 65
Binary 11111111 1010010 1110 0 1000100 1011111 0 10001 1100100 110101

Color Harmonies of #FF520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF520E

Black with #FF520E

Text Example


Text Example

White with #FF520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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