Html Css Color HEX #FE8C65 Atomic Tangerine

📋 copy color: '#FE8C65'

red 254 ◦ green 140 ◦ blue 101

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

Shades of Atomic Tangerine #FE8C65

Tints of Atomic Tangerine #FE8C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 51.31%
G = 28.28%
B = 20.4%

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

#FE8C65 (or 0xFE8C65) is known color: Atomic Tangerine. HEX triplet: FE, 8C and 65. RGB value is (254,140,101). Sum of RGB (Red+Green+Blue) = 254+140+101=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C65 is #01739A. Grayscale: #A9A9A9. Windows color (decimal): -95131 or 6655230. OLE color: 6655230.

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

Color convert

RGB 254 140 101 -
CMYK 0 0.45 0.60 0.00
HSL 15.29º 0.99% 0.7% -
HSV(B) 15.29º 0.6% 1% -
XYZ 52.6 40.77 17.41 -
YUV 169.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 254 140 101 0 0.45 0.60 0.00 15.29 0.99 0.7
Hex FE 8C 65 0 2D 3C 0 F 63 46
Octal 376 214 145 0 55 74 0 17 143 106
Binary 11111110 10001100 1100101 0 101101 111100 0 1111 1100011 1000110

Color Harmonies of #FE8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C65

Black with #FE8C65

Text Example


Text Example

White with #FE8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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