Html Css Color HEX #FF5406 International Orange

📋 copy color: '#FF5406'

red 255 ◦ green 84 ◦ blue 6

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

Shades of International Orange #FF5406

Tints of International Orange #FF5406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 73.91%
G = 24.35%
B = 1.74%

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

#FF5406 (or 0xFF5406) is known color: International Orange. HEX triplet: FF, 54 and 06. RGB value is (255,84,6). Sum of RGB (Red+Green+Blue) = 255+84+6=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5406 is #00ABF9. Grayscale: #7E7E7E. Windows color (decimal): -44026 or 414975. OLE color: 414975.

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

Color convert

RGB 255 84 6 -
CMYK 0 0.67 0.98 0
HSL 18.8º 1% 0.51% -
HSV(B) 18.8º 0.98% 1% -
XYZ 44.44 27.61 3.16 -
YUV 126.24 60.15 219.84 -
System Red Green Blue C M Y K H S L
Decimal 255 84 6 0 0.67 0.98 0 18.8 1 0.51
Hex FF 54 6 0 43 62 0 13 64 33
Octal 377 124 6 0 103 142 0 23 144 63
Binary 11111111 1010100 110 0 1000011 1100010 0 10011 1100100 110011

Color Harmonies of #FF5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5406

Black with #FF5406

Text Example


Text Example

White with #FF5406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5406; }

 p { color: rgb(255,84,6); }

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

background-color css

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

 a { background-color: rgb(255,84,6); }

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

border-color css

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

 span { border-color: rgb(255,84,6); }

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