Html Css Color HEX #FE5014 International Orange

📋 copy color: '#FE5014'

red 254 ◦ green 80 ◦ blue 20

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

Shades of International Orange #FE5014

Tints of International Orange #FE5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 71.75%
G = 22.6%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE5014 (or 0xFE5014) is known color: International Orange. HEX triplet: FE, 50 and 14. RGB value is (254,80,20). Sum of RGB (Red+Green+Blue) = 254+80+20=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5014 is #01AFEB. Grayscale: #7D7D7D. Windows color (decimal): -110572 or 1331454. OLE color: 1331454.

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

Color convert

RGB 254 80 20 -
CMYK 0 0.69 0.92 0.00
HSL 15.38º 0.99% 0.54% -
HSV(B) 15.38º 0.92% 1% -
XYZ 43.87 26.86 3.53 -
YUV 125.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 254 80 20 0 0.69 0.92 0.00 15.38 0.99 0.54
Hex FE 50 14 0 45 5C 0 F 63 36
Octal 376 120 24 0 105 134 0 17 143 66
Binary 11111110 1010000 10100 0 1000101 1011100 0 1111 1100011 110110

Color Harmonies of #FE5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5014

Black with #FE5014

Text Example


Text Example

White with #FE5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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