Html Css Color HEX #FDA065 Atomic Tangerine

📋 copy color: '#FDA065'

red 253 ◦ green 160 ◦ blue 101

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

Shades of Atomic Tangerine #FDA065

Tints of Atomic Tangerine #FDA065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.65%

R = 49.22%
G = 31.13%
B = 19.65%

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

#FDA065 (or 0xFDA065) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 65. RGB value is (253,160,101). Sum of RGB (Red+Green+Blue) = 253+160+101=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA065 is #025F9A. Grayscale: #B5B5B5. Windows color (decimal): -155547 or 6660349. OLE color: 6660349.

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

Color convert

RGB 253 160 101 -
CMYK 0 0.37 0.60 0.01
HSL 23.29º 0.97% 0.69% -
HSV(B) 23.29º 0.6% 0.99% -
XYZ 55.43 46.96 18.46 -
YUV 181.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 253 160 101 0 0.37 0.60 0.01 23.29 0.97 0.69
Hex FD A0 65 0 25 3C 1 17 61 45
Octal 375 240 145 0 45 74 1 27 141 105
Binary 11111101 10100000 1100101 0 100101 111100 1 10111 1100001 1000101

Color Harmonies of #FDA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA065

Black with #FDA065

Text Example


Text Example

White with #FDA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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