Html Css Color HEX #FE5007 International Orange

📋 copy color: '#FE5007'

red 254 ◦ green 80 ◦ blue 7

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

Shades of International Orange #FE5007

Tints of International Orange #FE5007

RGB

 RED value IS 254 (99.61% from 255) = 74.49%

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

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

R = 74.49%
G = 23.46%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE5007 (or 0xFE5007) is known color: International Orange. HEX triplet: FE, 50 and 07. RGB value is (254,80,7). Sum of RGB (Red+Green+Blue) = 254+80+7=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5007 is #01AFF8. Grayscale: #7C7C7C. Windows color (decimal): -110585 or 479486. OLE color: 479486.

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

Color convert

RGB 254 80 7 -
CMYK 0 0.69 0.97 0.00
HSL 17.73º 0.99% 0.51% -
HSV(B) 17.73º 0.97% 1% -
XYZ 43.78 26.82 3.07 -
YUV 123.7 62.15 220.94 -
System Red Green Blue C M Y K H S L
Decimal 254 80 7 0 0.69 0.97 0.00 17.73 0.99 0.51
Hex FE 50 7 0 45 61 0 12 63 33
Octal 376 120 7 0 105 141 0 22 143 63
Binary 11111110 1010000 111 0 1000101 1100001 0 10010 1100011 110011

Color Harmonies of #FE5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5007

Black with #FE5007

Text Example


Text Example

White with #FE5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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