Html Css Color HEX #FF511A International Orange

📋 copy color: '#FF511A'

red 255 ◦ green 81 ◦ blue 26

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

Shades of International Orange #FF511A

Tints of International Orange #FF511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 70.44%
G = 22.38%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF511A (or 0xFF511A) is known color: International Orange. HEX triplet: FF, 51 and 1A. RGB value is (255,81,26). Sum of RGB (Red+Green+Blue) = 255+81+26=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF511A is #00AEE5. Grayscale: #7F7F7F. Windows color (decimal): -44774 or 1724927. OLE color: 1724927.

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

Color convert

RGB 255 81 26 -
CMYK 0 0.68 0.90 0
HSL 14.41º 1% 0.55% -
HSV(B) 14.41º 0.9% 1% -
XYZ 44.37 27.22 3.89 -
YUV 126.76 71.15 219.47 -
System Red Green Blue C M Y K H S L
Decimal 255 81 26 0 0.68 0.90 0 14.41 1 0.55
Hex FF 51 1A 0 44 5A 0 E 64 37
Octal 377 121 32 0 104 132 0 16 144 67
Binary 11111111 1010001 11010 0 1000100 1011010 0 1110 1100100 110111

Color Harmonies of #FF511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF511A

Black with #FF511A

Text Example


Text Example

White with #FF511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF511A; }

 p { color: rgb(255,81,26); }

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

background-color css

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

 a { background-color: rgb(255,81,26); }

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

border-color css

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

 span { border-color: rgb(255,81,26); }

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