Html Css Color HEX #FE946C Atomic Tangerine

📋 copy color: '#FE946C'

red 254 ◦ green 148 ◦ blue 108

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

Shades of Atomic Tangerine #FE946C

Tints of Atomic Tangerine #FE946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.18%

R = 49.8%
G = 29.02%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE946C (or 0xFE946C) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 6C. RGB value is (254,148,108). Sum of RGB (Red+Green+Blue) = 254+148+108=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE946C is #016B93. Grayscale: #AFAFAF. Windows color (decimal): -93076 or 7116030. OLE color: 7116030.

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

Color convert

RGB 254 148 108 -
CMYK 0 0.42 0.57 0.00
HSL 16.44º 0.99% 0.71% -
HSV(B) 16.44º 0.57% 1% -
XYZ 54.17 43.33 19.7 -
YUV 175.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 254 148 108 0 0.42 0.57 0.00 16.44 0.99 0.71
Hex FE 94 6C 0 2A 39 0 10 63 47
Octal 376 224 154 0 52 71 0 20 143 107
Binary 11111110 10010100 1101100 0 101010 111001 0 10000 1100011 1000111

Color Harmonies of #FE946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE946C

Black with #FE946C

Text Example


Text Example

White with #FE946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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