Html Css Color HEX #FF5912 International Orange

📋 copy color: '#FF5912'

red 255 ◦ green 89 ◦ blue 18

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

Shades of International Orange #FF5912

Tints of International Orange #FF5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

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

R = 70.44%
G = 24.59%
B = 4.97%

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

#FF5912 (or 0xFF5912) is known color: International Orange. HEX triplet: FF, 59 and 12. RGB value is (255,89,18). Sum of RGB (Red+Green+Blue) = 255+89+18=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5912 is #00A6ED. Grayscale: #828282. Windows color (decimal): -42734 or 1202687. OLE color: 1202687.

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

Color convert

RGB 255 89 18 -
CMYK 0 0.65 0.93 0
HSL 17.97º 1% 0.54% -
HSV(B) 17.97º 0.93% 1% -
XYZ 44.92 28.45 3.7 -
YUV 130.54 64.5 216.77 -
System Red Green Blue C M Y K H S L
Decimal 255 89 18 0 0.65 0.93 0 17.97 1 0.54
Hex FF 59 12 0 41 5D 0 12 64 36
Octal 377 131 22 0 101 135 0 22 144 66
Binary 11111111 1011001 10010 0 1000001 1011101 0 10010 1100100 110110

Color Harmonies of #FF5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5912

Black with #FF5912

Text Example


Text Example

White with #FF5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5912; }

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

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

background-color css

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

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

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

border-color css

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

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

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