Html Css Color HEX #FA925E Atomic Tangerine

📋 copy color: '#FA925E'

red 250 ◦ green 146 ◦ blue 94

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

Shades of Atomic Tangerine #FA925E

Tints of Atomic Tangerine #FA925E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.18%

R = 51.02%
G = 29.8%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA925E (or 0xFA925E) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 5E. RGB value is (250,146,94). Sum of RGB (Red+Green+Blue) = 250+146+94=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA925E is #056DA1. Grayscale: #ABABAB. Windows color (decimal): -355746 or 6198010. OLE color: 6198010.

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

Color convert

RGB 250 146 94 -
CMYK 0 0.42 0.62 0.02
HSL 20º 0.94% 0.67% -
HSV(B) 20º 0.62% 0.98% -
XYZ 51.72 41.69 15.91 -
YUV 171.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 250 146 94 0 0.42 0.62 0.02 20 0.94 0.67
Hex FA 92 5E 0 2A 3E 2 14 5E 43
Octal 372 222 136 0 52 76 2 24 136 103
Binary 11111010 10010010 1011110 0 101010 111110 10 10100 1011110 1000011

Color Harmonies of #FA925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA925E

Black with #FA925E

Text Example


Text Example

White with #FA925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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