Html Css Color HEX #FE541B International Orange

📋 copy color: '#FE541B'

red 254 ◦ green 84 ◦ blue 27

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

Shades of International Orange #FE541B

Tints of International Orange #FE541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 69.59%
G = 23.01%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE541B (or 0xFE541B) is known color: International Orange. HEX triplet: FE, 54 and 1B. RGB value is (254,84,27). Sum of RGB (Red+Green+Blue) = 254+84+27=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE541B is #01ABE4. Grayscale: #808080. Windows color (decimal): -109541 or 1791230. OLE color: 1791230.

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

Color convert

RGB 254 84 27 -
CMYK 0 0.67 0.89 0.00
HSL 15.07º 0.99% 0.55% -
HSV(B) 15.07º 0.89% 1% -
XYZ 44.24 27.49 4.01 -
YUV 128.33 70.82 217.63 -
System Red Green Blue C M Y K H S L
Decimal 254 84 27 0 0.67 0.89 0.00 15.07 0.99 0.55
Hex FE 54 1B 0 43 59 0 F 63 37
Octal 376 124 33 0 103 131 0 17 143 67
Binary 11111110 1010100 11011 0 1000011 1011001 0 1111 1100011 110111

Color Harmonies of #FE541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE541B

Black with #FE541B

Text Example


Text Example

White with #FE541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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