Html Css Color HEX #FA926E Atomic Tangerine

📋 copy color: '#FA926E'

red 250 ◦ green 146 ◦ blue 110

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

Shades of Atomic Tangerine #FA926E

Tints of Atomic Tangerine #FA926E

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

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

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 49.41%
G = 28.85%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA926E (or 0xFA926E) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 6E. RGB value is (250,146,110). Sum of RGB (Red+Green+Blue) = 250+146+110=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA926E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA926E is #056D91. Grayscale: #ADADAD. Windows color (decimal): -355730 or 7246586. OLE color: 7246586.

HSL color Cylindrical-coordinate representation of color #FA926E: hue angle of 15.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA926E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 146 110 -
CMYK 0 0.42 0.56 0.02
HSL 15.43º 0.93% 0.71% -
HSV(B) 15.43º 0.56% 0.98% -
XYZ 52.52 42.01 20.09 -
YUV 172.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 250 146 110 0 0.42 0.56 0.02 15.43 0.93 0.71
Hex FA 92 6E 0 2A 38 2 F 5D 47
Octal 372 222 156 0 52 70 2 17 135 107
Binary 11111010 10010010 1101110 0 101010 111000 10 1111 1011101 1000111

Color Harmonies of #FA926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA926E

Black with #FA926E

Text Example


Text Example

White with #FA926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA926E; }

 p { color: rgb(250,146,110); }

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

background-color css

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

 a { background-color: rgb(250,146,110); }

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

border-color css

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

 span { border-color: rgb(250,146,110); }

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