Html Css Color HEX #FE966F Atomic Tangerine

📋 copy color: '#FE966F'

red 254 ◦ green 150 ◦ blue 111

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

Shades of Atomic Tangerine #FE966F

Tints of Atomic Tangerine #FE966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

 BLUE value IS 111 (43.75% from 255) = 21.55%

R = 49.32%
G = 29.13%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE966F (or 0xFE966F) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 6F. RGB value is (254,150,111). Sum of RGB (Red+Green+Blue) = 254+150+111=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE966F is #016990. Grayscale: #B0B0B0. Windows color (decimal): -92561 or 7313150. OLE color: 7313150.

HSL color Cylindrical-coordinate representation of color #FE966F: hue angle of 16.36º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE966F is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 150 111 -
CMYK 0 0.41 0.56 0.00
HSL 16.36º 0.99% 0.72% -
HSV(B) 16.36º 0.56% 1% -
XYZ 54.65 44.03 20.66 -
YUV 176.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 254 150 111 0 0.41 0.56 0.00 16.36 0.99 0.72
Hex FE 96 6F 0 29 38 0 10 63 48
Octal 376 226 157 0 51 70 0 20 143 110
Binary 11111110 10010110 1101111 0 101001 111000 0 10000 1100011 1001000

Color Harmonies of #FE966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE966F

Black with #FE966F

Text Example


Text Example

White with #FE966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE966F; }

 p { color: rgb(254,150,111); }

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

background-color css

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

 a { background-color: rgb(254,150,111); }

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

border-color css

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

 span { border-color: rgb(254,150,111); }

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