Html Css Color HEX #FE965E Atomic Tangerine

📋 copy color: '#FE965E'

red 254 ◦ green 150 ◦ blue 94

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

Shades of Atomic Tangerine #FE965E

Tints of Atomic Tangerine #FE965E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 51%
G = 30.12%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE965E (or 0xFE965E) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 5E. RGB value is (254,150,94). Sum of RGB (Red+Green+Blue) = 254+150+94=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE965E is #0169A1. Grayscale: #AFAFAF. Windows color (decimal): -92578 or 6199038. OLE color: 6199038.

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

Color convert

RGB 254 150 94 -
CMYK 0 0.41 0.63 0.00
HSL 21º 0.99% 0.68% -
HSV(B) 21º 0.63% 1% -
XYZ 53.8 43.69 16.19 -
YUV 174.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 254 150 94 0 0.41 0.63 0.00 21 0.99 0.68
Hex FE 96 5E 0 29 3F 0 15 63 44
Octal 376 226 136 0 51 77 0 25 143 104
Binary 11111110 10010110 1011110 0 101001 111111 0 10101 1100011 1000100

Color Harmonies of #FE965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE965E

Black with #FE965E

Text Example


Text Example

White with #FE965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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