Html Css Color HEX #FF5505 International Orange

📋 copy color: '#FF5505'

red 255 ◦ green 85 ◦ blue 5

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

Shades of International Orange #FF5505

Tints of International Orange #FF5505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 73.91%
G = 24.64%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5505 (or 0xFF5505) is known color: International Orange. HEX triplet: FF, 55 and 05. RGB value is (255,85,5). Sum of RGB (Red+Green+Blue) = 255+85+5=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5505 is #00AAFA. Grayscale: #7F7F7F. Windows color (decimal): -43771 or 349695. OLE color: 349695.

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

Color convert

RGB 255 85 5 -
CMYK 0 0.67 0.98 0
HSL 19.2º 1% 0.51% -
HSV(B) 19.2º 0.98% 1% -
XYZ 44.52 27.77 3.16 -
YUV 126.71 59.32 219.5 -
System Red Green Blue C M Y K H S L
Decimal 255 85 5 0 0.67 0.98 0 19.2 1 0.51
Hex FF 55 5 0 43 62 0 13 64 33
Octal 377 125 5 0 103 142 0 23 144 63
Binary 11111111 1010101 101 0 1000011 1100010 0 10011 1100100 110011

Color Harmonies of #FF5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5505

Black with #FF5505

Text Example


Text Example

White with #FF5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5505; }

 p { color: rgb(255,85,5); }

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

background-color css

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

 a { background-color: rgb(255,85,5); }

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

border-color css

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

 span { border-color: rgb(255,85,5); }

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