Html Css Color HEX #FD955E Atomic Tangerine

📋 copy color: '#FD955E'

red 253 ◦ green 149 ◦ blue 94

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

Shades of Atomic Tangerine #FD955E

Tints of Atomic Tangerine #FD955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

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

R = 51.01%
G = 30.04%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD955E (or 0xFD955E) is known color: Atomic Tangerine. HEX triplet: FD, 95 and 5E. RGB value is (253,149,94). Sum of RGB (Red+Green+Blue) = 253+149+94=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD955E is #026AA1. Grayscale: #AEAEAE. Windows color (decimal): -158370 or 6198781. OLE color: 6198781.

HSL color Cylindrical-coordinate representation of color #FD955E: hue angle of 20.75º 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 #FD955E is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 149 94 -
CMYK 0 0.41 0.63 0.01
HSL 20.75º 0.98% 0.68% -
HSV(B) 20.75º 0.63% 0.99% -
XYZ 53.28 43.19 16.12 -
YUV 173.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 253 149 94 0 0.41 0.63 0.01 20.75 0.98 0.68
Hex FD 95 5E 0 29 3F 1 15 62 44
Octal 375 225 136 0 51 77 1 25 142 104
Binary 11111101 10010101 1011110 0 101001 111111 1 10101 1100010 1000100

Color Harmonies of #FD955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD955E

Black with #FD955E

Text Example


Text Example

White with #FD955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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