Html Css Color HEX #FF5004 International Orange

📋 copy color: '#FF5004'

red 255 ◦ green 80 ◦ blue 4

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

Shades of International Orange #FF5004

Tints of International Orange #FF5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

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

R = 75.22%
G = 23.6%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5004 (or 0xFF5004) is known color: International Orange. HEX triplet: FF, 50 and 04. RGB value is (255,80,4). Sum of RGB (Red+Green+Blue) = 255+80+4=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5004 is #00AFFB. Grayscale: #7C7C7C. Windows color (decimal): -45052 or 282879. OLE color: 282879.

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

Color convert

RGB 255 80 4 -
CMYK 0 0.69 0.98 0
HSL 18.17º 1% 0.51% -
HSV(B) 18.17º 0.98% 1% -
XYZ 44.13 27.01 3 -
YUV 123.66 60.48 221.68 -
System Red Green Blue C M Y K H S L
Decimal 255 80 4 0 0.69 0.98 0 18.17 1 0.51
Hex FF 50 4 0 45 62 0 12 64 33
Octal 377 120 4 0 105 142 0 22 144 63
Binary 11111111 1010000 100 0 1000101 1100010 0 10010 1100100 110011

Color Harmonies of #FF5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5004

Black with #FF5004

Text Example


Text Example

White with #FF5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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