Html Css Color HEX #FEAA0D Dark Tangerine

📋 copy color: '#FEAA0D'

red 254 ◦ green 170 ◦ blue 13

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

Shades of Dark Tangerine #FEAA0D

Tints of Dark Tangerine #FEAA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 58.12%
G = 38.9%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEAA0D (or 0xFEAA0D) is known color: Dark Tangerine. HEX triplet: FE, AA and 0D. RGB value is (254,170,13). Sum of RGB (Red+Green+Blue) = 254+170+13=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA0D is #0155F2. Grayscale: #B1B1B1. Windows color (decimal): -87539 or 895742. OLE color: 895742.

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

Color convert

RGB 254 170 13 -
CMYK 0 0.33 0.95 0.00
HSL 39.09º 0.99% 0.52% -
HSV(B) 39.09º 0.95% 1% -
XYZ 55.32 49.85 7.09 -
YUV 177.22 35.33 182.77 -
System Red Green Blue C M Y K H S L
Decimal 254 170 13 0 0.33 0.95 0.00 39.09 0.99 0.52
Hex FE AA D 0 21 5F 0 27 63 34
Octal 376 252 15 0 41 137 0 47 143 64
Binary 11111110 10101010 1101 0 100001 1011111 0 100111 1100011 110100

Color Harmonies of #FEAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA0D

Black with #FEAA0D

Text Example


Text Example

White with #FEAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA0D; }

 p { color: rgb(254,170,13); }

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

background-color css

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

 a { background-color: rgb(254,170,13); }

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

border-color css

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

 span { border-color: rgb(254,170,13); }

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