Html Css Color HEX #FDA068 Atomic Tangerine

📋 copy color: '#FDA068'

red 253 ◦ green 160 ◦ blue 104

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

Shades of Atomic Tangerine #FDA068

Tints of Atomic Tangerine #FDA068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.12%

R = 48.94%
G = 30.95%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDA068 (or 0xFDA068) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 68. RGB value is (253,160,104). Sum of RGB (Red+Green+Blue) = 253+160+104=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA068 is #025F97. Grayscale: #B5B5B5. Windows color (decimal): -155544 or 6856957. OLE color: 6856957.

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

Color convert

RGB 253 160 104 -
CMYK 0 0.37 0.59 0.01
HSL 22.55º 0.97% 0.7% -
HSV(B) 22.55º 0.59% 0.99% -
XYZ 55.58 47.02 19.24 -
YUV 181.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 253 160 104 0 0.37 0.59 0.01 22.55 0.97 0.7
Hex FD A0 68 0 25 3B 1 17 61 46
Octal 375 240 150 0 45 73 1 27 141 106
Binary 11111101 10100000 1101000 0 100101 111011 1 10111 1100001 1000110

Color Harmonies of #FDA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA068

Black with #FDA068

Text Example


Text Example

White with #FDA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA068; }

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

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

background-color css

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

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

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

border-color css

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

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

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