Html Css Color HEX #FA926B Atomic Tangerine

📋 copy color: '#FA926B'

red 250 ◦ green 146 ◦ blue 107

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

Shades of Atomic Tangerine #FA926B

Tints of Atomic Tangerine #FA926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.27%

R = 49.7%
G = 29.03%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA926B (or 0xFA926B) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 6B. RGB value is (250,146,107). Sum of RGB (Red+Green+Blue) = 250+146+107=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA926B is #056D94. Grayscale: #ACACAC. Windows color (decimal): -355733 or 7049978. OLE color: 7049978.

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

Color convert

RGB 250 146 107 -
CMYK 0 0.42 0.57 0.02
HSL 16.36º 0.93% 0.7% -
HSV(B) 16.36º 0.57% 0.98% -
XYZ 52.36 41.94 19.25 -
YUV 172.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 250 146 107 0 0.42 0.57 0.02 16.36 0.93 0.7
Hex FA 92 6B 0 2A 39 2 10 5D 46
Octal 372 222 153 0 52 71 2 20 135 106
Binary 11111010 10010010 1101011 0 101010 111001 10 10000 1011101 1000110

Color Harmonies of #FA926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA926B

Black with #FA926B

Text Example


Text Example

White with #FA926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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