Html Css Color HEX #FF5615 International Orange

📋 copy color: '#FF5615'

red 255 ◦ green 86 ◦ blue 21

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

Shades of International Orange #FF5615

Tints of International Orange #FF5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 70.44%
G = 23.76%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF5615 (or 0xFF5615) is known color: International Orange. HEX triplet: FF, 56 and 15. RGB value is (255,86,21). Sum of RGB (Red+Green+Blue) = 255+86+21=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5615 is #00A9EA. Grayscale: #818181. Windows color (decimal): -43499 or 1398527. OLE color: 1398527.

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

Color convert

RGB 255 86 21 -
CMYK 0 0.66 0.92 0
HSL 16.67º 1% 0.54% -
HSV(B) 16.67º 0.92% 1% -
XYZ 44.7 27.97 3.75 -
YUV 129.12 66.99 217.79 -
System Red Green Blue C M Y K H S L
Decimal 255 86 21 0 0.66 0.92 0 16.67 1 0.54
Hex FF 56 15 0 42 5C 0 11 64 36
Octal 377 126 25 0 102 134 0 21 144 66
Binary 11111111 1010110 10101 0 1000010 1011100 0 10001 1100100 110110

Color Harmonies of #FF5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5615

Black with #FF5615

Text Example


Text Example

White with #FF5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5615; }

 p { color: rgb(255,86,21); }

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

background-color css

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

 a { background-color: rgb(255,86,21); }

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

border-color css

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

 span { border-color: rgb(255,86,21); }

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