Html Css Color HEX #FEA90D Dark Tangerine

📋 copy color: '#FEA90D'

red 254 ◦ green 169 ◦ blue 13

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

Shades of Dark Tangerine #FEA90D

Tints of Dark Tangerine #FEA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.76%

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

R = 58.26%
G = 38.76%
B = 2.98%

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

#FEA90D (or 0xFEA90D) is known color: Dark Tangerine. HEX triplet: FE, A9 and 0D. RGB value is (254,169,13). Sum of RGB (Red+Green+Blue) = 254+169+13=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA90D is #0156F2. Grayscale: #B1B1B1. Windows color (decimal): -87795 or 895486. OLE color: 895486.

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

Color convert

RGB 254 169 13 -
CMYK 0 0.33 0.95 0.00
HSL 38.84º 0.99% 0.52% -
HSV(B) 38.84º 0.95% 1% -
XYZ 55.13 49.48 7.02 -
YUV 176.63 35.66 183.18 -
System Red Green Blue C M Y K H S L
Decimal 254 169 13 0 0.33 0.95 0.00 38.84 0.99 0.52
Hex FE A9 D 0 21 5F 0 27 63 34
Octal 376 251 15 0 41 137 0 47 143 64
Binary 11111110 10101001 1101 0 100001 1011111 0 100111 1100011 110100

Color Harmonies of #FEA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA90D

Black with #FEA90D

Text Example


Text Example

White with #FEA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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