Html Css Color HEX #FE950C Dark Orange

📋 copy color: '#FE950C'

red 254 ◦ green 149 ◦ blue 12

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

Shades of Dark Orange #FE950C

Tints of Dark Orange #FE950C

RGB

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

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

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

R = 61.2%
G = 35.9%
B = 2.89%

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

#FE950C (or 0xFE950C) is known color: Dark Orange. HEX triplet: FE, 95 and 0C. RGB value is (254,149,12). Sum of RGB (Red+Green+Blue) = 254+149+12=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE950C is #016AF3. Grayscale: #A5A5A5. Windows color (decimal): -92916 or 824830. OLE color: 824830.

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

Color convert

RGB 254 149 12 -
CMYK 0 0.41 0.95 0.00
HSL 33.97º 0.99% 0.52% -
HSV(B) 33.97º 0.95% 1% -
XYZ 51.69 42.59 5.84 -
YUV 164.78 41.79 191.64 -
System Red Green Blue C M Y K H S L
Decimal 254 149 12 0 0.41 0.95 0.00 33.97 0.99 0.52
Hex FE 95 C 0 29 5F 0 22 63 34
Octal 376 225 14 0 51 137 0 42 143 64
Binary 11111110 10010101 1100 0 101001 1011111 0 100010 1100011 110100

Color Harmonies of #FE950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE950C

Black with #FE950C

Text Example


Text Example

White with #FE950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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