Html Css Color HEX #FF5802 International Orange

📋 copy color: '#FF5802'

red 255 ◦ green 88 ◦ blue 2

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

Shades of International Orange #FF5802

Tints of International Orange #FF5802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 73.91%
G = 25.51%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF5802 (or 0xFF5802) is known color: International Orange. HEX triplet: FF, 58 and 02. RGB value is (255,88,2). Sum of RGB (Red+Green+Blue) = 255+88+2=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5802 is #00A7FD. Grayscale: #808080. Windows color (decimal): -43006 or 153855. OLE color: 153855.

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

Color convert

RGB 255 88 2 -
CMYK 0 0.65 0.99 0
HSL 20.4º 1% 0.5% -
HSV(B) 20.4º 0.99% 1% -
XYZ 44.74 28.24 3.15 -
YUV 128.13 56.83 218.49 -
System Red Green Blue C M Y K H S L
Decimal 255 88 2 0 0.65 0.99 0 20.4 1 0.5
Hex FF 58 2 0 41 63 0 14 64 32
Octal 377 130 2 0 101 143 0 24 144 62
Binary 11111111 1011000 10 0 1000001 1100011 0 10100 1100100 110010

Color Harmonies of #FF5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5802

Black with #FF5802

Text Example


Text Example

White with #FF5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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