Html Css Color HEX #FEAC0C Dark Tangerine

📋 copy color: '#FEAC0C'

red 254 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #FEAC0C

Tints of Dark Tangerine #FEAC0C

RGB

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

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

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

R = 57.99%
G = 39.27%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEAC0C (or 0xFEAC0C) is known color: Dark Tangerine. HEX triplet: FE, AC and 0C. RGB value is (254,172,12). Sum of RGB (Red+Green+Blue) = 254+172+12=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC0C is #0153F3. Grayscale: #B3B3B3. Windows color (decimal): -87028 or 830718. OLE color: 830718.

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

Color convert

RGB 254 172 12 -
CMYK 0 0.32 0.95 0.00
HSL 39.67º 0.99% 0.52% -
HSV(B) 39.67º 0.95% 1% -
XYZ 55.69 50.6 7.18 -
YUV 178.28 34.17 182.01 -
System Red Green Blue C M Y K H S L
Decimal 254 172 12 0 0.32 0.95 0.00 39.67 0.99 0.52
Hex FE AC C 0 20 5F 0 28 63 34
Octal 376 254 14 0 40 137 0 50 143 64
Binary 11111110 10101100 1100 0 100000 1011111 0 101000 1100011 110100

Color Harmonies of #FEAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC0C

Black with #FEAC0C

Text Example


Text Example

White with #FEAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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