Html Css Color HEX #FDA265 Atomic Tangerine

📋 copy color: '#FDA265'

red 253 ◦ green 162 ◦ blue 101

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

Shades of Atomic Tangerine #FDA265

Tints of Atomic Tangerine #FDA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.4%

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

R = 49.03%
G = 31.4%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA265 (or 0xFDA265) is known color: Atomic Tangerine. HEX triplet: FD, A2 and 65. RGB value is (253,162,101). Sum of RGB (Red+Green+Blue) = 253+162+101=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA265 is #025D9A. Grayscale: #B6B6B6. Windows color (decimal): -155035 or 6660861. OLE color: 6660861.

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

Color convert

RGB 253 162 101 -
CMYK 0 0.36 0.60 0.01
HSL 24.08º 0.97% 0.69% -
HSV(B) 24.08º 0.6% 0.99% -
XYZ 55.78 47.66 18.57 -
YUV 182.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 253 162 101 0 0.36 0.60 0.01 24.08 0.97 0.69
Hex FD A2 65 0 24 3C 1 18 61 45
Octal 375 242 145 0 44 74 1 30 141 105
Binary 11111101 10100010 1100101 0 100100 111100 1 11000 1100001 1000101

Color Harmonies of #FDA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA265

Black with #FDA265

Text Example


Text Example

White with #FDA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA265; }

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

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

background-color css

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

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

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

border-color css

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

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

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