Html Css Color HEX #FF5008 International Orange

📋 copy color: '#FF5008'

red 255 ◦ green 80 ◦ blue 8

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

Shades of International Orange #FF5008

Tints of International Orange #FF5008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 74.34%
G = 23.32%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF5008 (or 0xFF5008) is known color: International Orange. HEX triplet: FF, 50 and 08. RGB value is (255,80,8). Sum of RGB (Red+Green+Blue) = 255+80+8=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5008 is #00AFF7. Grayscale: #7C7C7C. Windows color (decimal): -45048 or 545023. OLE color: 545023.

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

Color convert

RGB 255 80 8 -
CMYK 0 0.69 0.97 0
HSL 17.49º 1% 0.52% -
HSV(B) 17.49º 0.97% 1% -
XYZ 44.15 27.01 3.12 -
YUV 124.12 62.48 221.35 -
System Red Green Blue C M Y K H S L
Decimal 255 80 8 0 0.69 0.97 0 17.49 1 0.52
Hex FF 50 8 0 45 61 0 11 64 34
Octal 377 120 10 0 105 141 0 21 144 64
Binary 11111111 1010000 1000 0 1000101 1100001 0 10001 1100100 110100

Color Harmonies of #FF5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5008

Black with #FF5008

Text Example


Text Example

White with #FF5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5008; }

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

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

background-color css

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

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

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

border-color css

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

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

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