Html Css Color HEX #FD955A Atomic Tangerine

📋 copy color: '#FD955A'

red 253 ◦ green 149 ◦ blue 90

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

Shades of Atomic Tangerine #FD955A

Tints of Atomic Tangerine #FD955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 51.42%
G = 30.28%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD955A (or 0xFD955A) is known color: Atomic Tangerine. HEX triplet: FD, 95 and 5A. RGB value is (253,149,90). Sum of RGB (Red+Green+Blue) = 253+149+90=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD955A is #026AA5. Grayscale: #ADADAD. Windows color (decimal): -158374 or 5936637. OLE color: 5936637.

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

Color convert

RGB 253 149 90 -
CMYK 0 0.41 0.64 0.01
HSL 21.72º 0.98% 0.67% -
HSV(B) 21.72º 0.64% 0.99% -
XYZ 53.1 43.12 15.2 -
YUV 173.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 253 149 90 0 0.41 0.64 0.01 21.72 0.98 0.67
Hex FD 95 5A 0 29 40 1 16 62 43
Octal 375 225 132 0 51 100 1 26 142 103
Binary 11111101 10010101 1011010 0 101001 1000000 1 10110 1100010 1000011

Color Harmonies of #FD955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD955A

Black with #FD955A

Text Example


Text Example

White with #FD955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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