Html Css Color HEX #FE540E International Orange

📋 copy color: '#FE540E'

red 254 ◦ green 84 ◦ blue 14

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

Shades of International Orange #FE540E

Tints of International Orange #FE540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 72.16%
G = 23.86%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE540E (or 0xFE540E) is known color: International Orange. HEX triplet: FE, 54 and 0E. RGB value is (254,84,14). Sum of RGB (Red+Green+Blue) = 254+84+14=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE540E is #01ABF1. Grayscale: #7F7F7F. Windows color (decimal): -109554 or 939262. OLE color: 939262.

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

Color convert

RGB 254 84 14 -
CMYK 0 0.67 0.94 0.00
HSL 17.5º 0.99% 0.53% -
HSV(B) 17.5º 0.94% 1% -
XYZ 44.12 27.44 3.39 -
YUV 126.85 64.32 218.69 -
System Red Green Blue C M Y K H S L
Decimal 254 84 14 0 0.67 0.94 0.00 17.5 0.99 0.53
Hex FE 54 E 0 43 5E 0 12 63 35
Octal 376 124 16 0 103 136 0 22 143 65
Binary 11111110 1010100 1110 0 1000011 1011110 0 10010 1100011 110101

Color Harmonies of #FE540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE540E

Black with #FE540E

Text Example


Text Example

White with #FE540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE540E; }

 p { color: rgb(254,84,14); }

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

background-color css

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

 a { background-color: rgb(254,84,14); }

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

border-color css

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

 span { border-color: rgb(254,84,14); }

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