Html Css Color HEX #FE5005 International Orange

📋 copy color: '#FE5005'

red 254 ◦ green 80 ◦ blue 5

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

Shades of International Orange #FE5005

Tints of International Orange #FE5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 74.93%
G = 23.6%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5005 (or 0xFE5005) is known color: International Orange. HEX triplet: FE, 50 and 05. RGB value is (254,80,5). Sum of RGB (Red+Green+Blue) = 254+80+5=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5005 is #01AFFA. Grayscale: #7B7B7B. Windows color (decimal): -110587 or 348414. OLE color: 348414.

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

Color convert

RGB 254 80 5 -
CMYK 0 0.69 0.98 0.00
HSL 18.07º 0.99% 0.51% -
HSV(B) 18.07º 0.98% 1% -
XYZ 43.77 26.82 3.01 -
YUV 123.48 61.15 221.1 -
System Red Green Blue C M Y K H S L
Decimal 254 80 5 0 0.69 0.98 0.00 18.07 0.99 0.51
Hex FE 50 5 0 45 62 0 12 63 33
Octal 376 120 5 0 105 142 0 22 143 63
Binary 11111110 1010000 101 0 1000101 1100010 0 10010 1100011 110011

Color Harmonies of #FE5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5005

Black with #FE5005

Text Example


Text Example

White with #FE5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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