Html Css Color HEX #FE9565 Atomic Tangerine

📋 copy color: '#FE9565'

red 254 ◦ green 149 ◦ blue 101

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

Shades of Atomic Tangerine #FE9565

Tints of Atomic Tangerine #FE9565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.56%

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

R = 50.4%
G = 29.56%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE9565 (or 0xFE9565) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 65. RGB value is (254,149,101). Sum of RGB (Red+Green+Blue) = 254+149+101=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9565 is #016A9A. Grayscale: #AFAFAF. Windows color (decimal): -92827 or 6657534. OLE color: 6657534.

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

Color convert

RGB 254 149 101 -
CMYK 0 0.41 0.60 0.00
HSL 18.82º 0.99% 0.7% -
HSV(B) 18.82º 0.6% 1% -
XYZ 53.97 43.51 17.86 -
YUV 174.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 254 149 101 0 0.41 0.60 0.00 18.82 0.99 0.7
Hex FE 95 65 0 29 3C 0 13 63 46
Octal 376 225 145 0 51 74 0 23 143 106
Binary 11111110 10010101 1100101 0 101001 111100 0 10011 1100011 1000110

Color Harmonies of #FE9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9565

Black with #FE9565

Text Example


Text Example

White with #FE9565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9565; }

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

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

background-color css

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

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

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

border-color css

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

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

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