Html Css Color HEX #FEAC1C Dark Tangerine

📋 copy color: '#FEAC1C'

red 254 ◦ green 172 ◦ blue 28

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

Shades of Dark Tangerine #FEAC1C

Tints of Dark Tangerine #FEAC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 55.95%
G = 37.89%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEAC1C (or 0xFEAC1C) is known color: Dark Tangerine. HEX triplet: FE, AC and 1C. RGB value is (254,172,28). Sum of RGB (Red+Green+Blue) = 254+172+28=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC1C is #0153E3. Grayscale: #B4B4B4. Windows color (decimal): -87012 or 1879294. OLE color: 1879294.

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

Color convert

RGB 254 172 28 -
CMYK 0 0.32 0.89 0.00
HSL 38.23º 0.99% 0.55% -
HSV(B) 38.23º 0.89% 1% -
XYZ 55.84 50.66 7.93 -
YUV 180.1 42.17 180.71 -
System Red Green Blue C M Y K H S L
Decimal 254 172 28 0 0.32 0.89 0.00 38.23 0.99 0.55
Hex FE AC 1C 0 20 59 0 26 63 37
Octal 376 254 34 0 40 131 0 46 143 67
Binary 11111110 10101100 11100 0 100000 1011001 0 100110 1100011 110111

Color Harmonies of #FEAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC1C

Black with #FEAC1C

Text Example


Text Example

White with #FEAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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