Html Css Color HEX #FE9A0F Dark Tangerine

📋 copy color: '#FE9A0F'

red 254 ◦ green 154 ◦ blue 15

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

Shades of Dark Tangerine #FE9A0F

Tints of Dark Tangerine #FE9A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 60.05%
G = 36.41%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE9A0F (or 0xFE9A0F) is known color: Dark Tangerine. HEX triplet: FE, 9A and 0F. RGB value is (254,154,15). Sum of RGB (Red+Green+Blue) = 254+154+15=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A0F is #0165F0. Grayscale: #A8A8A8. Windows color (decimal): -91633 or 1022718. OLE color: 1022718.

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

Color convert

RGB 254 154 15 -
CMYK 0 0.39 0.94 0.00
HSL 34.9º 0.99% 0.53% -
HSV(B) 34.9º 0.94% 1% -
XYZ 52.51 44.22 6.22 -
YUV 168.05 41.63 189.3 -
System Red Green Blue C M Y K H S L
Decimal 254 154 15 0 0.39 0.94 0.00 34.9 0.99 0.53
Hex FE 9A F 0 27 5E 0 23 63 35
Octal 376 232 17 0 47 136 0 43 143 65
Binary 11111110 10011010 1111 0 100111 1011110 0 100011 1100011 110101

Color Harmonies of #FE9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9A0F

Black with #FE9A0F

Text Example


Text Example

White with #FE9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9A0F; }

 p { color: rgb(254,154,15); }

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

background-color css

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

 a { background-color: rgb(254,154,15); }

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

border-color css

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

 span { border-color: rgb(254,154,15); }

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