Html Css Color HEX #FDA066 Atomic Tangerine

📋 copy color: '#FDA066'

red 253 ◦ green 160 ◦ blue 102

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

Shades of Atomic Tangerine #FDA066

Tints of Atomic Tangerine #FDA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 49.13%
G = 31.07%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA066 (or 0xFDA066) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 66. RGB value is (253,160,102). Sum of RGB (Red+Green+Blue) = 253+160+102=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA066 is #025F99. Grayscale: #B5B5B5. Windows color (decimal): -155546 or 6725885. OLE color: 6725885.

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

Color convert

RGB 253 160 102 -
CMYK 0 0.37 0.60 0.01
HSL 23.05º 0.97% 0.7% -
HSV(B) 23.05º 0.6% 0.99% -
XYZ 55.48 46.98 18.72 -
YUV 181.2 83.31 179.22 -
System Red Green Blue C M Y K H S L
Decimal 253 160 102 0 0.37 0.60 0.01 23.05 0.97 0.7
Hex FD A0 66 0 25 3C 1 17 61 46
Octal 375 240 146 0 45 74 1 27 141 106
Binary 11111101 10100000 1100110 0 100101 111100 1 10111 1100001 1000110

Color Harmonies of #FDA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA066

Black with #FDA066

Text Example


Text Example

White with #FDA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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