Html Css Color HEX #FF520D International Orange

📋 copy color: '#FF520D'

red 255 ◦ green 82 ◦ blue 13

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

Shades of International Orange #FF520D

Tints of International Orange #FF520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 72.86%
G = 23.43%
B = 3.71%

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

#FF520D (or 0xFF520D) is known color: International Orange. HEX triplet: FF, 52 and 0D. RGB value is (255,82,13). Sum of RGB (Red+Green+Blue) = 255+82+13=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF520D is #00ADF2. Grayscale: #7E7E7E. Windows color (decimal): -44531 or 873215. OLE color: 873215.

HSL color Cylindrical-coordinate representation of color #FF520D: hue angle of 17.11º 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 #FF520D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 13 -
CMYK 0 0.68 0.95 0
HSL 17.11º 1% 0.53% -
HSV(B) 17.11º 0.95% 1% -
XYZ 44.33 27.32 3.32 -
YUV 125.86 64.31 220.11 -
System Red Green Blue C M Y K H S L
Decimal 255 82 13 0 0.68 0.95 0 17.11 1 0.53
Hex FF 52 D 0 44 5F 0 11 64 35
Octal 377 122 15 0 104 137 0 21 144 65
Binary 11111111 1010010 1101 0 1000100 1011111 0 10001 1100100 110101

Color Harmonies of #FF520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF520D

Black with #FF520D

Text Example


Text Example

White with #FF520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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