Html Css Color HEX #FE946F Atomic Tangerine

📋 copy color: '#FE946F'

red 254 ◦ green 148 ◦ blue 111

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

Shades of Atomic Tangerine #FE946F

Tints of Atomic Tangerine #FE946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 49.51%
G = 28.85%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE946F (or 0xFE946F) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 6F. RGB value is (254,148,111). Sum of RGB (Red+Green+Blue) = 254+148+111=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE946F is #016B90. Grayscale: #AFAFAF. Windows color (decimal): -93073 or 7312638. OLE color: 7312638.

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

Color convert

RGB 254 148 111 -
CMYK 0 0.42 0.56 0.00
HSL 15.52º 0.99% 0.72% -
HSV(B) 15.52º 0.56% 1% -
XYZ 54.33 43.4 20.55 -
YUV 175.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 254 148 111 0 0.42 0.56 0.00 15.52 0.99 0.72
Hex FE 94 6F 0 2A 38 0 10 63 48
Octal 376 224 157 0 52 70 0 20 143 110
Binary 11111110 10010100 1101111 0 101010 111000 0 10000 1100011 1001000

Color Harmonies of #FE946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE946F

Black with #FE946F

Text Example


Text Example

White with #FE946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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