Html Css Color HEX #FE540D International Orange

📋 copy color: '#FE540D'

red 254 ◦ green 84 ◦ blue 13

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

Shades of International Orange #FE540D

Tints of International Orange #FE540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 72.36%
G = 23.93%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE540D (or 0xFE540D) is known color: International Orange. HEX triplet: FE, 54 and 0D. RGB value is (254,84,13). Sum of RGB (Red+Green+Blue) = 254+84+13=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE540D is #01ABF2. Grayscale: #7F7F7F. Windows color (decimal): -109555 or 873726. OLE color: 873726.

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

Color convert

RGB 254 84 13 -
CMYK 0 0.67 0.95 0.00
HSL 17.68º 0.99% 0.52% -
HSV(B) 17.68º 0.95% 1% -
XYZ 44.12 27.44 3.35 -
YUV 126.74 63.82 218.77 -
System Red Green Blue C M Y K H S L
Decimal 254 84 13 0 0.67 0.95 0.00 17.68 0.99 0.52
Hex FE 54 D 0 43 5F 0 12 63 34
Octal 376 124 15 0 103 137 0 22 143 64
Binary 11111110 1010100 1101 0 1000011 1011111 0 10010 1100011 110100

Color Harmonies of #FE540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE540D

Black with #FE540D

Text Example


Text Example

White with #FE540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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