Html Css Color HEX #FD995C Atomic Tangerine

📋 copy color: '#FD995C'

red 253 ◦ green 153 ◦ blue 92

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

Shades of Atomic Tangerine #FD995C

Tints of Atomic Tangerine #FD995C

RGB

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

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

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

R = 50.8%
G = 30.72%
B = 18.47%

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

#FD995C (or 0xFD995C) is known color: Atomic Tangerine. HEX triplet: FD, 99 and 5C. RGB value is (253,153,92). Sum of RGB (Red+Green+Blue) = 253+153+92=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD995C is #0266A3. Grayscale: #B0B0B0. Windows color (decimal): -157348 or 6068733. OLE color: 6068733.

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

Color convert

RGB 253 153 92 -
CMYK 0 0.40 0.64 0.01
HSL 22.73º 0.98% 0.68% -
HSV(B) 22.73º 0.64% 0.99% -
XYZ 53.83 44.44 15.87 -
YUV 175.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 253 153 92 0 0.40 0.64 0.01 22.73 0.98 0.68
Hex FD 99 5C 0 28 40 1 17 62 44
Octal 375 231 134 0 50 100 1 27 142 104
Binary 11111101 10011001 1011100 0 101000 1000000 1 10111 1100010 1000100

Color Harmonies of #FD995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD995C

Black with #FD995C

Text Example


Text Example

White with #FD995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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