Html Css Color HEX #FDA063 Atomic Tangerine

📋 copy color: '#FDA063'

red 253 ◦ green 160 ◦ blue 99

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

Shades of Atomic Tangerine #FDA063

Tints of Atomic Tangerine #FDA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 49.41%
G = 31.25%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDA063 (or 0xFDA063) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 63. RGB value is (253,160,99). Sum of RGB (Red+Green+Blue) = 253+160+99=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA063 is #025F9C. Grayscale: #B5B5B5. Windows color (decimal): -155549 or 6529277. OLE color: 6529277.

HSL color Cylindrical-coordinate representation of color #FDA063: hue angle of 23.77º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDA063 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 99 -
CMYK 0 0.37 0.61 0.01
HSL 23.77º 0.97% 0.69% -
HSV(B) 23.77º 0.61% 0.99% -
XYZ 55.33 46.93 17.95 -
YUV 180.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 253 160 99 0 0.37 0.61 0.01 23.77 0.97 0.69
Hex FD A0 63 0 25 3D 1 18 61 45
Octal 375 240 143 0 45 75 1 30 141 105
Binary 11111101 10100000 1100011 0 100101 111101 1 11000 1100001 1000101

Color Harmonies of #FDA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA063

Black with #FDA063

Text Example


Text Example

White with #FDA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA063; }

 p { color: rgb(253,160,99); }

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

background-color css

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

 a { background-color: rgb(253,160,99); }

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

border-color css

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

 span { border-color: rgb(253,160,99); }

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