Html Css Color HEX #FE8F0D Dark Orange

📋 copy color: '#FE8F0D'

red 254 ◦ green 143 ◦ blue 13

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

Shades of Dark Orange #FE8F0D

Tints of Dark Orange #FE8F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 61.95%
G = 34.88%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE8F0D (or 0xFE8F0D) is known color: Dark Orange. HEX triplet: FE, 8F and 0D. RGB value is (254,143,13). Sum of RGB (Red+Green+Blue) = 254+143+13=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F0D is #0170F2. Grayscale: #A2A2A2. Windows color (decimal): -94451 or 888830. OLE color: 888830.

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

Color convert

RGB 254 143 13 -
CMYK 0 0.44 0.95 0.00
HSL 32.37º 0.99% 0.52% -
HSV(B) 32.37º 0.95% 1% -
XYZ 50.77 40.74 5.57 -
YUV 161.37 44.27 194.07 -
System Red Green Blue C M Y K H S L
Decimal 254 143 13 0 0.44 0.95 0.00 32.37 0.99 0.52
Hex FE 8F D 0 2C 5F 0 20 63 34
Octal 376 217 15 0 54 137 0 40 143 64
Binary 11111110 10001111 1101 0 101100 1011111 0 100000 1100011 110100

Color Harmonies of #FE8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F0D

Black with #FE8F0D

Text Example


Text Example

White with #FE8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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