Html Css Color HEX #FE500F International Orange

📋 copy color: '#FE500F'

red 254 ◦ green 80 ◦ blue 15

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

Shades of International Orange #FE500F

Tints of International Orange #FE500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 72.78%
G = 22.92%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE500F (or 0xFE500F) is known color: International Orange. HEX triplet: FE, 50 and 0F. RGB value is (254,80,15). Sum of RGB (Red+Green+Blue) = 254+80+15=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE500F is #01AFF0. Grayscale: #7D7D7D. Windows color (decimal): -110577 or 1003774. OLE color: 1003774.

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

Color convert

RGB 254 80 15 -
CMYK 0 0.69 0.94 0.00
HSL 16.32º 0.99% 0.53% -
HSV(B) 16.32º 0.94% 1% -
XYZ 43.83 26.84 3.32 -
YUV 124.62 66.15 220.29 -
System Red Green Blue C M Y K H S L
Decimal 254 80 15 0 0.69 0.94 0.00 16.32 0.99 0.53
Hex FE 50 F 0 45 5E 0 10 63 35
Octal 376 120 17 0 105 136 0 20 143 65
Binary 11111110 1010000 1111 0 1000101 1011110 0 10000 1100011 110101

Color Harmonies of #FE500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE500F

Black with #FE500F

Text Example


Text Example

White with #FE500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE500F; }

 p { color: rgb(254,80,15); }

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

background-color css

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

 a { background-color: rgb(254,80,15); }

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

border-color css

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

 span { border-color: rgb(254,80,15); }

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