Html Css Color HEX #FD945E Atomic Tangerine

📋 copy color: '#FD945E'

red 253 ◦ green 148 ◦ blue 94

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

Shades of Atomic Tangerine #FD945E

Tints of Atomic Tangerine #FD945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 51.11%
G = 29.9%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD945E (or 0xFD945E) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 5E. RGB value is (253,148,94). Sum of RGB (Red+Green+Blue) = 253+148+94=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD945E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD945E is #026BA1. Grayscale: #ADADAD. Windows color (decimal): -158626 or 6198525. OLE color: 6198525.

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

Color convert

RGB 253 148 94 -
CMYK 0 0.42 0.63 0.01
HSL 20.38º 0.98% 0.68% -
HSV(B) 20.38º 0.63% 0.99% -
XYZ 53.12 42.87 16.06 -
YUV 173.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 253 148 94 0 0.42 0.63 0.01 20.38 0.98 0.68
Hex FD 94 5E 0 2A 3F 1 14 62 44
Octal 375 224 136 0 52 77 1 24 142 104
Binary 11111101 10010100 1011110 0 101010 111111 1 10100 1100010 1000100

Color Harmonies of #FD945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD945E

Black with #FD945E

Text Example


Text Example

White with #FD945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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