Html Css Color HEX #FD946A Atomic Tangerine

📋 copy color: '#FD946A'

red 253 ◦ green 148 ◦ blue 106

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

Shades of Atomic Tangerine #FD946A

Tints of Atomic Tangerine #FD946A

RGB

 RED value IS 253 (99.22% from 255) = 49.9%

 GREEN value IS 148 (58.2% from 255) = 29.19%

 BLUE value IS 106 (41.8% from 255) = 20.91%

R = 49.9%
G = 29.19%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD946A (or 0xFD946A) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 6A. RGB value is (253,148,106). Sum of RGB (Red+Green+Blue) = 253+148+106=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD946A is #026B95. Grayscale: #AEAEAE. Windows color (decimal): -158614 or 6984957. OLE color: 6984957.

HSL color Cylindrical-coordinate representation of color #FD946A: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD946A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 148 106 -
CMYK 0 0.42 0.58 0.01
HSL 17.14º 0.97% 0.7% -
HSV(B) 17.14º 0.58% 0.99% -
XYZ 53.7 43.1 19.13 -
YUV 174.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 253 148 106 0 0.42 0.58 0.01 17.14 0.97 0.7
Hex FD 94 6A 0 2A 3A 1 11 61 46
Octal 375 224 152 0 52 72 1 21 141 106
Binary 11111101 10010100 1101010 0 101010 111010 1 10001 1100001 1000110

Color Harmonies of #FD946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD946A

Black with #FD946A

Text Example


Text Example

White with #FD946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD946A; }

 p { color: rgb(253,148,106); }

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

background-color css

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

 a { background-color: rgb(253,148,106); }

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

border-color css

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

 span { border-color: rgb(253,148,106); }

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