Html Css Color HEX #FF5509 International Orange

📋 copy color: '#FF5509'

red 255 ◦ green 85 ◦ blue 9

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

Shades of International Orange #FF5509

Tints of International Orange #FF5509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.58%

R = 73.07%
G = 24.36%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF5509 (or 0xFF5509) is known color: International Orange. HEX triplet: FF, 55 and 09. RGB value is (255,85,9). Sum of RGB (Red+Green+Blue) = 255+85+9=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5509 is #00AAF6. Grayscale: #7F7F7F. Windows color (decimal): -43767 or 611839. OLE color: 611839.

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

Color convert

RGB 255 85 9 -
CMYK 0 0.67 0.96 0
HSL 18.54º 1% 0.52% -
HSV(B) 18.54º 0.96% 1% -
XYZ 44.54 27.78 3.27 -
YUV 127.17 61.32 219.18 -
System Red Green Blue C M Y K H S L
Decimal 255 85 9 0 0.67 0.96 0 18.54 1 0.52
Hex FF 55 9 0 43 60 0 13 64 34
Octal 377 125 11 0 103 140 0 23 144 64
Binary 11111111 1010101 1001 0 1000011 1100000 0 10011 1100100 110100

Color Harmonies of #FF5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5509

Black with #FF5509

Text Example


Text Example

White with #FF5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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