Html Css Color HEX #FE8B65 Atomic Tangerine

📋 copy color: '#FE8B65'

red 254 ◦ green 139 ◦ blue 101

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

Shades of Atomic Tangerine #FE8B65

Tints of Atomic Tangerine #FE8B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 101 (39.84% from 255) = 20.45%

R = 51.42%
G = 28.14%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE8B65 (or 0xFE8B65) is known color: Atomic Tangerine. HEX triplet: FE, 8B and 65. RGB value is (254,139,101). Sum of RGB (Red+Green+Blue) = 254+139+101=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B65 is #01749A. Grayscale: #A9A9A9. Windows color (decimal): -95387 or 6654974. OLE color: 6654974.

HSL color Cylindrical-coordinate representation of color #FE8B65: hue angle of 14.9º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8B65 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 101 -
CMYK 0 0.45 0.60 0.00
HSL 14.9º 0.99% 0.7% -
HSV(B) 14.9º 0.6% 1% -
XYZ 52.45 40.48 17.36 -
YUV 169.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 254 139 101 0 0.45 0.60 0.00 14.9 0.99 0.7
Hex FE 8B 65 0 2D 3C 0 F 63 46
Octal 376 213 145 0 55 74 0 17 143 106
Binary 11111110 10001011 1100101 0 101101 111100 0 1111 1100011 1000110

Color Harmonies of #FE8B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B65

Black with #FE8B65

Text Example


Text Example

White with #FE8B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B65; }

 p { color: rgb(254,139,101); }

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

background-color css

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

 a { background-color: rgb(254,139,101); }

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

border-color css

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

 span { border-color: rgb(254,139,101); }

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