Html Css Color HEX #FE511D International Orange

📋 copy color: '#FE511D'

red 254 ◦ green 81 ◦ blue 29

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

Shades of International Orange #FE511D

Tints of International Orange #FE511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 69.78%
G = 22.25%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE511D (or 0xFE511D) is known color: International Orange. HEX triplet: FE, 51 and 1D. RGB value is (254,81,29). Sum of RGB (Red+Green+Blue) = 254+81+29=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE511D is #01AEE2. Grayscale: #7F7F7F. Windows color (decimal): -110307 or 1921534. OLE color: 1921534.

HSL color Cylindrical-coordinate representation of color #FE511D: hue angle of 13.87º 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 #FE511D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 81 29 -
CMYK 0 0.68 0.89 0.00
HSL 13.87º 0.99% 0.55% -
HSV(B) 13.87º 0.89% 1% -
XYZ 44.04 27.04 4.06 -
YUV 126.8 72.81 218.73 -
System Red Green Blue C M Y K H S L
Decimal 254 81 29 0 0.68 0.89 0.00 13.87 0.99 0.55
Hex FE 51 1D 0 44 59 0 E 63 37
Octal 376 121 35 0 104 131 0 16 143 67
Binary 11111110 1010001 11101 0 1000100 1011001 0 1110 1100011 110111

Color Harmonies of #FE511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE511D

Black with #FE511D

Text Example


Text Example

White with #FE511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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