Html Css Color HEX #FE540A International Orange

📋 copy color: '#FE540A'

red 254 ◦ green 84 ◦ blue 10

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

Shades of International Orange #FE540A

Tints of International Orange #FE540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 72.99%
G = 24.14%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE540A (or 0xFE540A) is known color: International Orange. HEX triplet: FE, 54 and 0A. RGB value is (254,84,10). Sum of RGB (Red+Green+Blue) = 254+84+10=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE540A is #01ABF5. Grayscale: #7E7E7E. Windows color (decimal): -109558 or 677118. OLE color: 677118.

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

Color convert

RGB 254 84 10 -
CMYK 0 0.67 0.96 0.00
HSL 18.2º 0.99% 0.52% -
HSV(B) 18.2º 0.96% 1% -
XYZ 44.1 27.43 3.26 -
YUV 126.39 62.32 219.02 -
System Red Green Blue C M Y K H S L
Decimal 254 84 10 0 0.67 0.96 0.00 18.2 0.99 0.52
Hex FE 54 A 0 43 60 0 12 63 34
Octal 376 124 12 0 103 140 0 22 143 64
Binary 11111110 1010100 1010 0 1000011 1100000 0 10010 1100011 110100

Color Harmonies of #FE540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE540A

Black with #FE540A

Text Example


Text Example

White with #FE540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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