Html Css Color HEX #FE850D Dark Orange

📋 copy color: '#FE850D'

red 254 ◦ green 133 ◦ blue 13

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

Shades of Dark Orange #FE850D

Tints of Dark Orange #FE850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 63.5%
G = 33.25%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE850D (or 0xFE850D) is known color: Dark Orange. HEX triplet: FE, 85 and 0D. RGB value is (254,133,13). Sum of RGB (Red+Green+Blue) = 254+133+13=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE850D is #017AF2. Grayscale: #9C9C9C. Windows color (decimal): -97011 or 886270. OLE color: 886270.

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

Color convert

RGB 254 133 13 -
CMYK 0 0.48 0.95 0.00
HSL 29.88º 0.99% 0.52% -
HSV(B) 29.88º 0.95% 1% -
XYZ 49.33 37.87 5.09 -
YUV 155.5 47.59 198.26 -
System Red Green Blue C M Y K H S L
Decimal 254 133 13 0 0.48 0.95 0.00 29.88 0.99 0.52
Hex FE 85 D 0 30 5F 0 1E 63 34
Octal 376 205 15 0 60 137 0 36 143 64
Binary 11111110 10000101 1101 0 110000 1011111 0 11110 1100011 110100

Color Harmonies of #FE850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE850D

Black with #FE850D

Text Example


Text Example

White with #FE850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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