Html Css Color HEX #FD985C Atomic Tangerine

📋 copy color: '#FD985C'

red 253 ◦ green 152 ◦ blue 92

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

Shades of Atomic Tangerine #FD985C

Tints of Atomic Tangerine #FD985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 50.91%
G = 30.58%
B = 18.51%

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

#FD985C (or 0xFD985C) is known color: Atomic Tangerine. HEX triplet: FD, 98 and 5C. RGB value is (253,152,92). Sum of RGB (Red+Green+Blue) = 253+152+92=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD985C is #0267A3. Grayscale: #AFAFAF. Windows color (decimal): -157604 or 6068477. OLE color: 6068477.

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

Color convert

RGB 253 152 92 -
CMYK 0 0.40 0.64 0.01
HSL 22.36º 0.98% 0.68% -
HSV(B) 22.36º 0.64% 0.99% -
XYZ 53.67 44.11 15.81 -
YUV 175.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 253 152 92 0 0.40 0.64 0.01 22.36 0.98 0.68
Hex FD 98 5C 0 28 40 1 16 62 44
Octal 375 230 134 0 50 100 1 26 142 104
Binary 11111101 10011000 1011100 0 101000 1000000 1 10110 1100010 1000100

Color Harmonies of #FD985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD985C

Black with #FD985C

Text Example


Text Example

White with #FD985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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