Html Css Color HEX #FE966D Atomic Tangerine

📋 copy color: '#FE966D'

red 254 ◦ green 150 ◦ blue 109

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

Shades of Atomic Tangerine #FE966D

Tints of Atomic Tangerine #FE966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 49.51%
G = 29.24%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE966D (or 0xFE966D) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 6D. RGB value is (254,150,109). Sum of RGB (Red+Green+Blue) = 254+150+109=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE966D is #016992. Grayscale: #B0B0B0. Windows color (decimal): -92563 or 7182078. OLE color: 7182078.

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

Color convert

RGB 254 150 109 -
CMYK 0 0.41 0.57 0.00
HSL 16.97º 0.99% 0.71% -
HSV(B) 16.97º 0.57% 1% -
XYZ 54.54 43.99 20.08 -
YUV 176.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 254 150 109 0 0.41 0.57 0.00 16.97 0.99 0.71
Hex FE 96 6D 0 29 39 0 11 63 47
Octal 376 226 155 0 51 71 0 21 143 107
Binary 11111110 10010110 1101101 0 101001 111001 0 10001 1100011 1000111

Color Harmonies of #FE966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE966D

Black with #FE966D

Text Example


Text Example

White with #FE966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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