Html Css Color HEX #FF521B International Orange

📋 copy color: '#FF521B'

red 255 ◦ green 82 ◦ blue 27

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

Shades of International Orange #FF521B

Tints of International Orange #FF521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 70.05%
G = 22.53%
B = 7.42%

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

#FF521B (or 0xFF521B) is known color: International Orange. HEX triplet: FF, 52 and 1B. RGB value is (255,82,27). Sum of RGB (Red+Green+Blue) = 255+82+27=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF521B is #00ADE4. Grayscale: #7F7F7F. Windows color (decimal): -44517 or 1790719. OLE color: 1790719.

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

Color convert

RGB 255 82 27 -
CMYK 0 0.68 0.89 0
HSL 14.47º 1% 0.55% -
HSV(B) 14.47º 0.89% 1% -
XYZ 44.46 27.37 3.98 -
YUV 127.46 71.31 218.97 -
System Red Green Blue C M Y K H S L
Decimal 255 82 27 0 0.68 0.89 0 14.47 1 0.55
Hex FF 52 1B 0 44 59 0 E 64 37
Octal 377 122 33 0 104 131 0 16 144 67
Binary 11111111 1010010 11011 0 1000100 1011001 0 1110 1100100 110111

Color Harmonies of #FF521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF521B

Black with #FF521B

Text Example


Text Example

White with #FF521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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