Html Css Color HEX #FE8F0C Dark Orange

📋 copy color: '#FE8F0C'

red 254 ◦ green 143 ◦ blue 12

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

Shades of Dark Orange #FE8F0C

Tints of Dark Orange #FE8F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 62.1%
G = 34.96%
B = 2.93%

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

#FE8F0C (or 0xFE8F0C) is known color: Dark Orange. HEX triplet: FE, 8F and 0C. RGB value is (254,143,12). Sum of RGB (Red+Green+Blue) = 254+143+12=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F0C is #0170F3. Grayscale: #A1A1A1. Windows color (decimal): -94452 or 823294. OLE color: 823294.

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

Color convert

RGB 254 143 12 -
CMYK 0 0.44 0.95 0.00
HSL 32.48º 0.99% 0.52% -
HSV(B) 32.48º 0.95% 1% -
XYZ 50.76 40.74 5.54 -
YUV 161.26 43.77 194.15 -
System Red Green Blue C M Y K H S L
Decimal 254 143 12 0 0.44 0.95 0.00 32.48 0.99 0.52
Hex FE 8F C 0 2C 5F 0 20 63 34
Octal 376 217 14 0 54 137 0 40 143 64
Binary 11111110 10001111 1100 0 101100 1011111 0 100000 1100011 110100

Color Harmonies of #FE8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F0C

Black with #FE8F0C

Text Example


Text Example

White with #FE8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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