Html Css Color HEX #FF5812 International Orange

📋 copy color: '#FF5812'

red 255 ◦ green 88 ◦ blue 18

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

Shades of International Orange #FF5812

Tints of International Orange #FF5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 70.64%
G = 24.38%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5812 (or 0xFF5812) is known color: International Orange. HEX triplet: FF, 58 and 12. RGB value is (255,88,18). Sum of RGB (Red+Green+Blue) = 255+88+18=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5812 is #00A7ED. Grayscale: #828282. Windows color (decimal): -42990 or 1202431. OLE color: 1202431.

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

Color convert

RGB 255 88 18 -
CMYK 0 0.65 0.93 0
HSL 17.72º 1% 0.54% -
HSV(B) 17.72º 0.93% 1% -
XYZ 44.84 28.28 3.67 -
YUV 129.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 255 88 18 0 0.65 0.93 0 17.72 1 0.54
Hex FF 58 12 0 41 5D 0 12 64 36
Octal 377 130 22 0 101 135 0 22 144 66
Binary 11111111 1011000 10010 0 1000001 1011101 0 10010 1100100 110110

Color Harmonies of #FF5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5812

Black with #FF5812

Text Example


Text Example

White with #FF5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5812; }

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

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

background-color css

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

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

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

border-color css

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

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

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