Html Css Color HEX #FD946F Atomic Tangerine

📋 copy color: '#FD946F'

red 253 ◦ green 148 ◦ blue 111

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

Shades of Atomic Tangerine #FD946F

Tints of Atomic Tangerine #FD946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.68%

R = 49.41%
G = 28.91%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD946F (or 0xFD946F) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 6F. RGB value is (253,148,111). Sum of RGB (Red+Green+Blue) = 253+148+111=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD946F is #026B90. Grayscale: #AFAFAF. Windows color (decimal): -158609 or 7312637. OLE color: 7312637.

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

Color convert

RGB 253 148 111 -
CMYK 0 0.42 0.56 0.01
HSL 15.63º 0.97% 0.71% -
HSV(B) 15.63º 0.56% 0.99% -
XYZ 53.97 43.21 20.53 -
YUV 175.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 253 148 111 0 0.42 0.56 0.01 15.63 0.97 0.71
Hex FD 94 6F 0 2A 38 1 10 61 47
Octal 375 224 157 0 52 70 1 20 141 107
Binary 11111101 10010100 1101111 0 101010 111000 1 10000 1100001 1000111

Color Harmonies of #FD946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD946F

Black with #FD946F

Text Example


Text Example

White with #FD946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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