Html Css Color HEX #FA925A Atomic Tangerine

📋 copy color: '#FA925A'

red 250 ◦ green 146 ◦ blue 90

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

Shades of Atomic Tangerine #FA925A

Tints of Atomic Tangerine #FA925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.52%

R = 51.44%
G = 30.04%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA925A (or 0xFA925A) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 5A. RGB value is (250,146,90). Sum of RGB (Red+Green+Blue) = 250+146+90=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA925A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA925A is #056DA5. Grayscale: #ABABAB. Windows color (decimal): -355750 or 5935866. OLE color: 5935866.

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

Color convert

RGB 250 146 90 -
CMYK 0 0.42 0.64 0.02
HSL 21º 0.94% 0.67% -
HSV(B) 21º 0.64% 0.98% -
XYZ 51.55 41.62 14.99 -
YUV 170.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 250 146 90 0 0.42 0.64 0.02 21 0.94 0.67
Hex FA 92 5A 0 2A 40 2 15 5E 43
Octal 372 222 132 0 52 100 2 25 136 103
Binary 11111010 10010010 1011010 0 101010 1000000 10 10101 1011110 1000011

Color Harmonies of #FA925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA925A

Black with #FA925A

Text Example


Text Example

White with #FA925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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