Html Css Color HEX #FE9265 Atomic Tangerine

📋 copy color: '#FE9265'

red 254 ◦ green 146 ◦ blue 101

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

Shades of Atomic Tangerine #FE9265

Tints of Atomic Tangerine #FE9265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.14%

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

R = 50.7%
G = 29.14%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE9265 (or 0xFE9265) is known color: Atomic Tangerine. HEX triplet: FE, 92 and 65. RGB value is (254,146,101). Sum of RGB (Red+Green+Blue) = 254+146+101=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9265 is #016D9A. Grayscale: #ADADAD. Windows color (decimal): -93595 or 6656766. OLE color: 6656766.

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

Color convert

RGB 254 146 101 -
CMYK 0 0.43 0.60 0.00
HSL 17.65º 0.99% 0.7% -
HSV(B) 17.65º 0.6% 1% -
XYZ 53.5 42.57 17.71 -
YUV 173.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 254 146 101 0 0.43 0.60 0.00 17.65 0.99 0.7
Hex FE 92 65 0 2B 3C 0 12 63 46
Octal 376 222 145 0 53 74 0 22 143 106
Binary 11111110 10010010 1100101 0 101011 111100 0 10010 1100011 1000110

Color Harmonies of #FE9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9265

Black with #FE9265

Text Example


Text Example

White with #FE9265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9265; }

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

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

background-color css

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

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

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

border-color css

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

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

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