Html Css Color HEX #FE950D Dark Orange

📋 copy color: '#FE950D'

red 254 ◦ green 149 ◦ blue 13

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

Shades of Dark Orange #FE950D

Tints of Dark Orange #FE950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 61.06%
G = 35.82%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE950D (or 0xFE950D) is known color: Dark Orange. HEX triplet: FE, 95 and 0D. RGB value is (254,149,13). Sum of RGB (Red+Green+Blue) = 254+149+13=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE950D is #016AF2. Grayscale: #A5A5A5. Windows color (decimal): -92915 or 890366. OLE color: 890366.

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

Color convert

RGB 254 149 13 -
CMYK 0 0.41 0.95 0.00
HSL 33.86º 0.99% 0.52% -
HSV(B) 33.86º 0.95% 1% -
XYZ 51.69 42.59 5.88 -
YUV 164.89 42.29 191.56 -
System Red Green Blue C M Y K H S L
Decimal 254 149 13 0 0.41 0.95 0.00 33.86 0.99 0.52
Hex FE 95 D 0 29 5F 0 22 63 34
Octal 376 225 15 0 51 137 0 42 143 64
Binary 11111110 10010101 1101 0 101001 1011111 0 100010 1100011 110100

Color Harmonies of #FE950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE950D

Black with #FE950D

Text Example


Text Example

White with #FE950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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