Html Css Color HEX #FF5504 International Orange

📋 copy color: '#FF5504'

red 255 ◦ green 85 ◦ blue 4

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

Shades of International Orange #FF5504

Tints of International Orange #FF5504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 74.13%
G = 24.71%
B = 1.16%

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

#FF5504 (or 0xFF5504) is known color: International Orange. HEX triplet: FF, 55 and 04. RGB value is (255,85,4). Sum of RGB (Red+Green+Blue) = 255+85+4=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5504 is #00AAFB. Grayscale: #7F7F7F. Windows color (decimal): -43772 or 284159. OLE color: 284159.

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

Color convert

RGB 255 85 4 -
CMYK 0 0.67 0.98 0
HSL 19.36º 1% 0.51% -
HSV(B) 19.36º 0.98% 1% -
XYZ 44.51 27.77 3.13 -
YUV 126.6 58.82 219.59 -
System Red Green Blue C M Y K H S L
Decimal 255 85 4 0 0.67 0.98 0 19.36 1 0.51
Hex FF 55 4 0 43 62 0 13 64 33
Octal 377 125 4 0 103 142 0 23 144 63
Binary 11111111 1010101 100 0 1000011 1100010 0 10011 1100100 110011

Color Harmonies of #FF5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5504

Black with #FF5504

Text Example


Text Example

White with #FF5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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