Html Css Color HEX #FEA68A Vivid Tangerine

📋 copy color: '#FEA68A'

red 254 ◦ green 166 ◦ blue 138

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

Shades of Vivid Tangerine #FEA68A

Tints of Vivid Tangerine #FEA68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

 BLUE value IS 138 (54.3% from 255) = 24.73%

R = 45.52%
G = 29.75%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEA68A (or 0xFEA68A) is known color: Vivid Tangerine. HEX triplet: FE, A6 and 8A. RGB value is (254,166,138). Sum of RGB (Red+Green+Blue) = 254+166+138=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA68A is #015975. Grayscale: #BDBDBD. Windows color (decimal): -88438 or 9086718. OLE color: 9086718.

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

Color convert

RGB 254 166 138 -
CMYK 0 0.35 0.46 0.00
HSL 14.48º 0.98% 0.77% -
HSV(B) 14.48º 0.46% 1% -
XYZ 59.1 50.18 30.62 -
YUV 189.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 254 166 138 0 0.35 0.46 0.00 14.48 0.98 0.77
Hex FE A6 8A 0 23 2E 0 E 62 4D
Octal 376 246 212 0 43 56 0 16 142 115
Binary 11111110 10100110 10001010 0 100011 101110 0 1110 1100010 1001101

Color Harmonies of #FEA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA68A

Black with #FEA68A

Text Example


Text Example

White with #FEA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA68A; }

 p { color: rgb(254,166,138); }

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

background-color css

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

 a { background-color: rgb(254,166,138); }

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

border-color css

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

 span { border-color: rgb(254,166,138); }

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