Html Css Color HEX #FF5412 International Orange

📋 copy color: '#FF5412'

red 255 ◦ green 84 ◦ blue 18

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

Shades of International Orange #FF5412

Tints of International Orange #FF5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 71.43%
G = 23.53%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5412 (or 0xFF5412) is known color: International Orange. HEX triplet: FF, 54 and 12. RGB value is (255,84,18). Sum of RGB (Red+Green+Blue) = 255+84+18=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5412 is #00ABED. Grayscale: #808080. Windows color (decimal): -44014 or 1201407. OLE color: 1201407.

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

Color convert

RGB 255 84 18 -
CMYK 0 0.67 0.93 0
HSL 16.71º 1% 0.54% -
HSV(B) 16.71º 0.93% 1% -
XYZ 44.52 27.64 3.56 -
YUV 127.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 255 84 18 0 0.67 0.93 0 16.71 1 0.54
Hex FF 54 12 0 43 5D 0 11 64 36
Octal 377 124 22 0 103 135 0 21 144 66
Binary 11111111 1010100 10010 0 1000011 1011101 0 10001 1100100 110110

Color Harmonies of #FF5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5412

Black with #FF5412

Text Example


Text Example

White with #FF5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5412; }

 p { color: rgb(255,84,18); }

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

background-color css

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

 a { background-color: rgb(255,84,18); }

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

border-color css

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

 span { border-color: rgb(255,84,18); }

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