Html Css Color HEX #FF5104 International Orange

📋 copy color: '#FF5104'

red 255 ◦ green 81 ◦ blue 4

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

Shades of International Orange #FF5104

Tints of International Orange #FF5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

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

R = 75%
G = 23.82%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5104 (or 0xFF5104) is known color: International Orange. HEX triplet: FF, 51 and 04. RGB value is (255,81,4). Sum of RGB (Red+Green+Blue) = 255+81+4=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5104 is #00AEFB. Grayscale: #7C7C7C. Windows color (decimal): -44796 or 283135. OLE color: 283135.

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

Color convert

RGB 255 81 4 -
CMYK 0 0.68 0.98 0
HSL 18.41º 1% 0.51% -
HSV(B) 18.41º 0.98% 1% -
XYZ 44.2 27.15 3.03 -
YUV 124.25 60.15 221.26 -
System Red Green Blue C M Y K H S L
Decimal 255 81 4 0 0.68 0.98 0 18.41 1 0.51
Hex FF 51 4 0 44 62 0 12 64 33
Octal 377 121 4 0 104 142 0 22 144 63
Binary 11111111 1010001 100 0 1000100 1100010 0 10010 1100100 110011

Color Harmonies of #FF5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5104

Black with #FF5104

Text Example


Text Example

White with #FF5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5104; }

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

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

background-color css

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

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

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

border-color css

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

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

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