Html Css Color HEX #FE511A International Orange

📋 copy color: '#FE511A'

red 254 ◦ green 81 ◦ blue 26

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

Shades of International Orange #FE511A

Tints of International Orange #FE511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 70.36%
G = 22.44%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE511A (or 0xFE511A) is known color: International Orange. HEX triplet: FE, 51 and 1A. RGB value is (254,81,26). Sum of RGB (Red+Green+Blue) = 254+81+26=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE511A is #01AEE5. Grayscale: #7E7E7E. Windows color (decimal): -110310 or 1724926. OLE color: 1724926.

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

Color convert

RGB 254 81 26 -
CMYK 0 0.68 0.90 0.00
HSL 14.47º 0.99% 0.55% -
HSV(B) 14.47º 0.9% 1% -
XYZ 44 27.03 3.88 -
YUV 126.46 71.31 218.97 -
System Red Green Blue C M Y K H S L
Decimal 254 81 26 0 0.68 0.90 0.00 14.47 0.99 0.55
Hex FE 51 1A 0 44 5A 0 E 63 37
Octal 376 121 32 0 104 132 0 16 143 67
Binary 11111110 1010001 11010 0 1000100 1011010 0 1110 1100011 110111

Color Harmonies of #FE511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE511A

Black with #FE511A

Text Example


Text Example

White with #FE511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE511A; }

 p { color: rgb(254,81,26); }

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

background-color css

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

 a { background-color: rgb(254,81,26); }

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

border-color css

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

 span { border-color: rgb(254,81,26); }

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