Html Css Color HEX #FE960C Dark Orange

📋 copy color: '#FE960C'

red 254 ◦ green 150 ◦ blue 12

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

Shades of Dark Orange #FE960C

Tints of Dark Orange #FE960C

RGB

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

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

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

R = 61.06%
G = 36.06%
B = 2.88%

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

#FE960C (or 0xFE960C) is known color: Dark Orange. HEX triplet: FE, 96 and 0C. RGB value is (254,150,12). Sum of RGB (Red+Green+Blue) = 254+150+12=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE960C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE960C is #0169F3. Grayscale: #A6A6A6. Windows color (decimal): -92660 or 825086. OLE color: 825086.

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

Color convert

RGB 254 150 12 -
CMYK 0 0.41 0.95 0.00
HSL 34.21º 0.99% 0.52% -
HSV(B) 34.21º 0.95% 1% -
XYZ 51.85 42.91 5.9 -
YUV 165.36 41.46 191.22 -
System Red Green Blue C M Y K H S L
Decimal 254 150 12 0 0.41 0.95 0.00 34.21 0.99 0.52
Hex FE 96 C 0 29 5F 0 22 63 34
Octal 376 226 14 0 51 137 0 42 143 64
Binary 11111110 10010110 1100 0 101001 1011111 0 100010 1100011 110100

Color Harmonies of #FE960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE960C

Black with #FE960C

Text Example


Text Example

White with #FE960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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