Html Css Color HEX #FF5007 International Orange

📋 copy color: '#FF5007'

red 255 ◦ green 80 ◦ blue 7

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

Shades of International Orange #FF5007

Tints of International Orange #FF5007

RGB

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

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

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

R = 74.56%
G = 23.39%
B = 2.05%

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

#FF5007 (or 0xFF5007) is known color: International Orange. HEX triplet: FF, 50 and 07. RGB value is (255,80,7). Sum of RGB (Red+Green+Blue) = 255+80+7=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5007 is #00AFF8. Grayscale: #7C7C7C. Windows color (decimal): -45049 or 479487. OLE color: 479487.

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

Color convert

RGB 255 80 7 -
CMYK 0 0.69 0.97 0
HSL 17.66º 1% 0.51% -
HSV(B) 17.66º 0.97% 1% -
XYZ 44.15 27.01 3.09 -
YUV 124 61.98 221.44 -
System Red Green Blue C M Y K H S L
Decimal 255 80 7 0 0.69 0.97 0 17.66 1 0.51
Hex FF 50 7 0 45 61 0 12 64 33
Octal 377 120 7 0 105 141 0 22 144 63
Binary 11111111 1010000 111 0 1000101 1100001 0 10010 1100100 110011

Color Harmonies of #FF5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5007

Black with #FF5007

Text Example


Text Example

White with #FF5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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