Html Css Color HEX #FA925D Atomic Tangerine

📋 copy color: '#FA925D'

red 250 ◦ green 146 ◦ blue 93

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

Shades of Atomic Tangerine #FA925D

Tints of Atomic Tangerine #FA925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 51.12%
G = 29.86%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA925D (or 0xFA925D) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 5D. RGB value is (250,146,93). Sum of RGB (Red+Green+Blue) = 250+146+93=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA925D is #056DA2. Grayscale: #ABABAB. Windows color (decimal): -355747 or 6132474. OLE color: 6132474.

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

Color convert

RGB 250 146 93 -
CMYK 0 0.42 0.63 0.02
HSL 20.25º 0.94% 0.67% -
HSV(B) 20.25º 0.63% 0.98% -
XYZ 51.68 41.67 15.68 -
YUV 171.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 250 146 93 0 0.42 0.63 0.02 20.25 0.94 0.67
Hex FA 92 5D 0 2A 3F 2 14 5E 43
Octal 372 222 135 0 52 77 2 24 136 103
Binary 11111010 10010010 1011101 0 101010 111111 10 10100 1011110 1000011

Color Harmonies of #FA925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA925D

Black with #FA925D

Text Example


Text Example

White with #FA925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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