Html Css Color HEX #FF521C International Orange

📋 copy color: '#FF521C'

red 255 ◦ green 82 ◦ blue 28

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

Shades of International Orange #FF521C

Tints of International Orange #FF521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 69.86%
G = 22.47%
B = 7.67%

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

#FF521C (or 0xFF521C) is known color: International Orange. HEX triplet: FF, 52 and 1C. RGB value is (255,82,28). Sum of RGB (Red+Green+Blue) = 255+82+28=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF521C is #00ADE3. Grayscale: #7F7F7F. Windows color (decimal): -44516 or 1856255. OLE color: 1856255.

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

Color convert

RGB 255 82 28 -
CMYK 0 0.68 0.89 0
HSL 14.27º 1% 0.55% -
HSV(B) 14.27º 0.89% 1% -
XYZ 44.47 27.38 4.04 -
YUV 127.57 71.81 218.89 -
System Red Green Blue C M Y K H S L
Decimal 255 82 28 0 0.68 0.89 0 14.27 1 0.55
Hex FF 52 1C 0 44 59 0 E 64 37
Octal 377 122 34 0 104 131 0 16 144 67
Binary 11111111 1010010 11100 0 1000100 1011001 0 1110 1100100 110111

Color Harmonies of #FF521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF521C

Black with #FF521C

Text Example


Text Example

White with #FF521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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