Html Css Color HEX #FE960D Dark Orange

📋 copy color: '#FE960D'

red 254 ◦ green 150 ◦ blue 13

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

Shades of Dark Orange #FE960D

Tints of Dark Orange #FE960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 60.91%
G = 35.97%
B = 3.12%

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

#FE960D (or 0xFE960D) is known color: Dark Orange. HEX triplet: FE, 96 and 0D. RGB value is (254,150,13). Sum of RGB (Red+Green+Blue) = 254+150+13=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE960D is #0169F2. Grayscale: #A6A6A6. Windows color (decimal): -92659 or 890622. OLE color: 890622.

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

Color convert

RGB 254 150 13 -
CMYK 0 0.41 0.95 0.00
HSL 34.11º 0.99% 0.52% -
HSV(B) 34.11º 0.95% 1% -
XYZ 51.85 42.91 5.93 -
YUV 165.48 41.96 191.14 -
System Red Green Blue C M Y K H S L
Decimal 254 150 13 0 0.41 0.95 0.00 34.11 0.99 0.52
Hex FE 96 D 0 29 5F 0 22 63 34
Octal 376 226 15 0 51 137 0 42 143 64
Binary 11111110 10010110 1101 0 101001 1011111 0 100010 1100011 110100

Color Harmonies of #FE960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE960D

Black with #FE960D

Text Example


Text Example

White with #FE960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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