Html Css Color HEX #FD995A Atomic Tangerine

📋 copy color: '#FD995A'

red 253 ◦ green 153 ◦ blue 90

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

Shades of Atomic Tangerine #FD995A

Tints of Atomic Tangerine #FD995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.85%

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

R = 51.01%
G = 30.85%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD995A (or 0xFD995A) is known color: Atomic Tangerine. HEX triplet: FD, 99 and 5A. RGB value is (253,153,90). Sum of RGB (Red+Green+Blue) = 253+153+90=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD995A is #0266A5. Grayscale: #B0B0B0. Windows color (decimal): -157350 or 5937661. OLE color: 5937661.

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

Color convert

RGB 253 153 90 -
CMYK 0 0.40 0.64 0.01
HSL 23.19º 0.98% 0.67% -
HSV(B) 23.19º 0.64% 0.99% -
XYZ 53.74 44.4 15.41 -
YUV 175.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 253 153 90 0 0.40 0.64 0.01 23.19 0.98 0.67
Hex FD 99 5A 0 28 40 1 17 62 43
Octal 375 231 132 0 50 100 1 27 142 103
Binary 11111101 10011001 1011010 0 101000 1000000 1 10111 1100010 1000011

Color Harmonies of #FD995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD995A

Black with #FD995A

Text Example


Text Example

White with #FD995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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