Html Css Color HEX #FEA512 Dark Tangerine

📋 copy color: '#FEA512'

red 254 ◦ green 165 ◦ blue 18

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

Shades of Dark Tangerine #FEA512

Tints of Dark Tangerine #FEA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.76%

 BLUE value IS 18 (7.42% from 255) = 4.12%

R = 58.12%
G = 37.76%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA512 (or 0xFEA512) is known color: Dark Tangerine. HEX triplet: FE, A5 and 12. RGB value is (254,165,18). Sum of RGB (Red+Green+Blue) = 254+165+18=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA512 is #015AED. Grayscale: #AFAFAF. Windows color (decimal): -88814 or 1222142. OLE color: 1222142.

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

Color convert

RGB 254 165 18 -
CMYK 0 0.35 0.93 0.00
HSL 37.37º 0.99% 0.53% -
HSV(B) 37.37º 0.93% 1% -
XYZ 54.44 48.02 6.97 -
YUV 174.85 39.49 184.45 -
System Red Green Blue C M Y K H S L
Decimal 254 165 18 0 0.35 0.93 0.00 37.37 0.99 0.53
Hex FE A5 12 0 23 5D 0 25 63 35
Octal 376 245 22 0 43 135 0 45 143 65
Binary 11111110 10100101 10010 0 100011 1011101 0 100101 1100011 110101

Color Harmonies of #FEA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA512

Black with #FEA512

Text Example


Text Example

White with #FEA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA512; }

 p { color: rgb(254,165,18); }

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

background-color css

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

 a { background-color: rgb(254,165,18); }

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

border-color css

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

 span { border-color: rgb(254,165,18); }

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