Html Css Color HEX #FD945C Atomic Tangerine

📋 copy color: '#FD945C'

red 253 ◦ green 148 ◦ blue 92

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

Shades of Atomic Tangerine #FD945C

Tints of Atomic Tangerine #FD945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.66%

R = 51.32%
G = 30.02%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD945C (or 0xFD945C) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 5C. RGB value is (253,148,92). Sum of RGB (Red+Green+Blue) = 253+148+92=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD945C is #026BA3. Grayscale: #ADADAD. Windows color (decimal): -158628 or 6067453. OLE color: 6067453.

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

Color convert

RGB 253 148 92 -
CMYK 0 0.42 0.64 0.01
HSL 20.87º 0.98% 0.68% -
HSV(B) 20.87º 0.64% 0.99% -
XYZ 53.03 42.84 15.6 -
YUV 173.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 253 148 92 0 0.42 0.64 0.01 20.87 0.98 0.68
Hex FD 94 5C 0 2A 40 1 15 62 44
Octal 375 224 134 0 52 100 1 25 142 104
Binary 11111101 10010100 1011100 0 101010 1000000 1 10101 1100010 1000100

Color Harmonies of #FD945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD945C

Black with #FD945C

Text Example


Text Example

White with #FD945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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