Html Css Color HEX #FF5405 International Orange

📋 copy color: '#FF5405'

red 255 ◦ green 84 ◦ blue 5

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

Shades of International Orange #FF5405

Tints of International Orange #FF5405

RGB

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

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

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

R = 74.13%
G = 24.42%
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

#FF5405 (or 0xFF5405) is known color: International Orange. HEX triplet: FF, 54 and 05. RGB value is (255,84,5). Sum of RGB (Red+Green+Blue) = 255+84+5=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5405 is #00ABFA. Grayscale: #7E7E7E. Windows color (decimal): -44027 or 349439. OLE color: 349439.

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

Color convert

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

Color Harmonies of #FF5405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5405

Black with #FF5405

Text Example


Text Example

White with #FF5405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5405; }

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

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

background-color css

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

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

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

border-color css

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

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

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