Html Css Color HEX #FF5407 International Orange

📋 copy color: '#FF5407'

red 255 ◦ green 84 ◦ blue 7

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

Shades of International Orange #FF5407

Tints of International Orange #FF5407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 73.7%
G = 24.28%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF5407 (or 0xFF5407) is known color: International Orange. HEX triplet: FF, 54 and 07. RGB value is (255,84,7). Sum of RGB (Red+Green+Blue) = 255+84+7=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5407 is #00ABF8. Grayscale: #7E7E7E. Windows color (decimal): -44025 or 480511. OLE color: 480511.

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

Color convert

RGB 255 84 7 -
CMYK 0 0.67 0.97 0
HSL 18.63º 1% 0.51% -
HSV(B) 18.63º 0.97% 1% -
XYZ 44.45 27.62 3.19 -
YUV 126.35 60.65 219.76 -
System Red Green Blue C M Y K H S L
Decimal 255 84 7 0 0.67 0.97 0 18.63 1 0.51
Hex FF 54 7 0 43 61 0 13 64 33
Octal 377 124 7 0 103 141 0 23 144 63
Binary 11111111 1010100 111 0 1000011 1100001 0 10011 1100100 110011

Color Harmonies of #FF5407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5407

Black with #FF5407

Text Example


Text Example

White with #FF5407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5407; }

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

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

background-color css

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

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

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

border-color css

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

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

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