Html Css Color HEX #FE926A Atomic Tangerine

📋 copy color: '#FE926A'

red 254 ◦ green 146 ◦ blue 106

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

Shades of Atomic Tangerine #FE926A

Tints of Atomic Tangerine #FE926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 50.2%
G = 28.85%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE926A (or 0xFE926A) is known color: Atomic Tangerine. HEX triplet: FE, 92 and 6A. RGB value is (254,146,106). Sum of RGB (Red+Green+Blue) = 254+146+106=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE926A is #016D95. Grayscale: #AEAEAE. Windows color (decimal): -93590 or 6984446. OLE color: 6984446.

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

Color convert

RGB 254 146 106 -
CMYK 0 0.43 0.58 0.00
HSL 16.22º 0.99% 0.71% -
HSV(B) 16.22º 0.58% 1% -
XYZ 53.75 42.67 19.04 -
YUV 173.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 254 146 106 0 0.43 0.58 0.00 16.22 0.99 0.71
Hex FE 92 6A 0 2B 3A 0 10 63 47
Octal 376 222 152 0 53 72 0 20 143 107
Binary 11111110 10010010 1101010 0 101011 111010 0 10000 1100011 1000111

Color Harmonies of #FE926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE926A

Black with #FE926A

Text Example


Text Example

White with #FE926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE926A; }

 p { color: rgb(254,146,106); }

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

background-color css

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

 a { background-color: rgb(254,146,106); }

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

border-color css

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

 span { border-color: rgb(254,146,106); }

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