Html Css Color HEX #FEAC1E Dark Tangerine

📋 copy color: '#FEAC1E'

red 254 ◦ green 172 ◦ blue 30

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

Shades of Dark Tangerine #FEAC1E

Tints of Dark Tangerine #FEAC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 30 (12.11% from 255) = 6.58%

R = 55.7%
G = 37.72%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEAC1E (or 0xFEAC1E) is known color: Dark Tangerine. HEX triplet: FE, AC and 1E. RGB value is (254,172,30). Sum of RGB (Red+Green+Blue) = 254+172+30=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC1E is #0153E1. Grayscale: #B4B4B4. Windows color (decimal): -87010 or 2010366. OLE color: 2010366.

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

Color convert

RGB 254 172 30 -
CMYK 0 0.32 0.88 0.00
HSL 38.04º 0.99% 0.56% -
HSV(B) 38.04º 0.88% 1% -
XYZ 55.86 50.67 8.06 -
YUV 180.33 43.17 180.55 -
System Red Green Blue C M Y K H S L
Decimal 254 172 30 0 0.32 0.88 0.00 38.04 0.99 0.56
Hex FE AC 1E 0 20 58 0 26 63 38
Octal 376 254 36 0 40 130 0 46 143 70
Binary 11111110 10101100 11110 0 100000 1011000 0 100110 1100011 111000

Color Harmonies of #FEAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC1E

Black with #FEAC1E

Text Example


Text Example

White with #FEAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC1E; }

 p { color: rgb(254,172,30); }

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

background-color css

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

 a { background-color: rgb(254,172,30); }

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

border-color css

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

 span { border-color: rgb(254,172,30); }

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