Html Css Color HEX #FE810C Dark Orange

📋 copy color: '#FE810C'

red 254 ◦ green 129 ◦ blue 12

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

Shades of Dark Orange #FE810C

Tints of Dark Orange #FE810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 64.3%
G = 32.66%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE810C (or 0xFE810C) is known color: Dark Orange. HEX triplet: FE, 81 and 0C. RGB value is (254,129,12). Sum of RGB (Red+Green+Blue) = 254+129+12=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE810C is #017EF3. Grayscale: #999999. Windows color (decimal): -98036 or 819710. OLE color: 819710.

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

Color convert

RGB 254 129 12 -
CMYK 0 0.49 0.95 0.00
HSL 29.01º 0.99% 0.52% -
HSV(B) 29.01º 0.95% 1% -
XYZ 48.79 36.8 4.88 -
YUV 153.04 48.41 200.01 -
System Red Green Blue C M Y K H S L
Decimal 254 129 12 0 0.49 0.95 0.00 29.01 0.99 0.52
Hex FE 81 C 0 31 5F 0 1D 63 34
Octal 376 201 14 0 61 137 0 35 143 64
Binary 11111110 10000001 1100 0 110001 1011111 0 11101 1100011 110100

Color Harmonies of #FE810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE810C

Black with #FE810C

Text Example


Text Example

White with #FE810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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