Html Css Color HEX #FA8E5E Atomic Tangerine

📋 copy color: '#FA8E5E'

red 250 ◦ green 142 ◦ blue 94

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

Shades of Atomic Tangerine #FA8E5E

Tints of Atomic Tangerine #FA8E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

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

R = 51.44%
G = 29.22%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA8E5E (or 0xFA8E5E) is known color: Atomic Tangerine. HEX triplet: FA, 8E and 5E. RGB value is (250,142,94). Sum of RGB (Red+Green+Blue) = 250+142+94=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E5E is #0571A1. Grayscale: #A9A9A9. Windows color (decimal): -356770 or 6196986. OLE color: 6196986.

HSL color Cylindrical-coordinate representation of color #FA8E5E: hue angle of 18.46º 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 #FA8E5E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 142 94 -
CMYK 0 0.43 0.62 0.02
HSL 18.46º 0.94% 0.67% -
HSV(B) 18.46º 0.62% 0.98% -
XYZ 51.12 40.48 15.71 -
YUV 168.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 250 142 94 0 0.43 0.62 0.02 18.46 0.94 0.67
Hex FA 8E 5E 0 2B 3E 2 12 5E 43
Octal 372 216 136 0 53 76 2 22 136 103
Binary 11111010 10001110 1011110 0 101011 111110 10 10010 1011110 1000011

Color Harmonies of #FA8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E5E

Black with #FA8E5E

Text Example


Text Example

White with #FA8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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