Html Css Color HEX #FE8F0F Dark Orange

📋 copy color: '#FE8F0F'

red 254 ◦ green 143 ◦ blue 15

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

Shades of Dark Orange #FE8F0F

Tints of Dark Orange #FE8F0F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

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

R = 61.65%
G = 34.71%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE8F0F (or 0xFE8F0F) is known color: Dark Orange. HEX triplet: FE, 8F and 0F. RGB value is (254,143,15). Sum of RGB (Red+Green+Blue) = 254+143+15=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F0F is #0170F0. Grayscale: #A2A2A2. Windows color (decimal): -94449 or 1019902. OLE color: 1019902.

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

Color convert

RGB 254 143 15 -
CMYK 0 0.44 0.94 0.00
HSL 32.13º 0.99% 0.53% -
HSV(B) 32.13º 0.94% 1% -
XYZ 50.78 40.75 5.64 -
YUV 161.6 45.27 193.91 -
System Red Green Blue C M Y K H S L
Decimal 254 143 15 0 0.44 0.94 0.00 32.13 0.99 0.53
Hex FE 8F F 0 2C 5E 0 20 63 35
Octal 376 217 17 0 54 136 0 40 143 65
Binary 11111110 10001111 1111 0 101100 1011110 0 100000 1100011 110101

Color Harmonies of #FE8F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F0F

Black with #FE8F0F

Text Example


Text Example

White with #FE8F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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