Html Css Color HEX #FDA062 Atomic Tangerine

📋 copy color: '#FDA062'

red 253 ◦ green 160 ◦ blue 98

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

Shades of Atomic Tangerine #FDA062

Tints of Atomic Tangerine #FDA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.18%

R = 49.51%
G = 31.31%
B = 19.18%

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

#FDA062 (or 0xFDA062) is known color: Atomic Tangerine. HEX triplet: FD, A0 and 62. RGB value is (253,160,98). Sum of RGB (Red+Green+Blue) = 253+160+98=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA062 is #025F9D. Grayscale: #B5B5B5. Windows color (decimal): -155550 or 6463741. OLE color: 6463741.

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

Color convert

RGB 253 160 98 -
CMYK 0 0.37 0.61 0.01
HSL 24º 0.97% 0.69% -
HSV(B) 24º 0.61% 0.99% -
XYZ 55.28 46.91 17.7 -
YUV 180.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 253 160 98 0 0.37 0.61 0.01 24 0.97 0.69
Hex FD A0 62 0 25 3D 1 18 61 45
Octal 375 240 142 0 45 75 1 30 141 105
Binary 11111101 10100000 1100010 0 100101 111101 1 11000 1100001 1000101

Color Harmonies of #FDA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA062

Black with #FDA062

Text Example


Text Example

White with #FDA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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