Html Css Color HEX #FE950A Dark Orange

📋 copy color: '#FE950A'

red 254 ◦ green 149 ◦ blue 10

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

Shades of Dark Orange #FE950A

Tints of Dark Orange #FE950A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 61.5%
G = 36.08%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE950A (or 0xFE950A) is known color: Dark Orange. HEX triplet: FE, 95 and 0A. RGB value is (254,149,10). Sum of RGB (Red+Green+Blue) = 254+149+10=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE950A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE950A is #016AF5. Grayscale: #A5A5A5. Windows color (decimal): -92918 or 693758. OLE color: 693758.

HSL color Cylindrical-coordinate representation of color #FE950A: hue angle of 34.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE950A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 149 10 -
CMYK 0 0.41 0.96 0.00
HSL 34.18º 0.99% 0.52% -
HSV(B) 34.18º 0.96% 1% -
XYZ 51.68 42.59 5.78 -
YUV 164.55 40.79 191.8 -
System Red Green Blue C M Y K H S L
Decimal 254 149 10 0 0.41 0.96 0.00 34.18 0.99 0.52
Hex FE 95 A 0 29 60 0 22 63 34
Octal 376 225 12 0 51 140 0 42 143 64
Binary 11111110 10010101 1010 0 101001 1100000 0 100010 1100011 110100

Color Harmonies of #FE950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE950A

Black with #FE950A

Text Example


Text Example

White with #FE950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE950A; }

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

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

background-color css

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

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

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

border-color css

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

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

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