Html Css Color HEX #FDA565 Sandy Brown

📋 copy color: '#FDA565'

red 253 ◦ green 165 ◦ blue 101

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

Shades of Sandy Brown #FDA565

Tints of Sandy Brown #FDA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.79%

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

R = 48.75%
G = 31.79%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA565 (or 0xFDA565) is known color: Sandy Brown. HEX triplet: FD, A5 and 65. RGB value is (253,165,101). Sum of RGB (Red+Green+Blue) = 253+165+101=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA565 is #025A9A. Grayscale: #B8B8B8. Windows color (decimal): -154267 or 6661629. OLE color: 6661629.

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

Color convert

RGB 253 165 101 -
CMYK 0 0.35 0.60 0.01
HSL 25.26º 0.97% 0.69% -
HSV(B) 25.26º 0.6% 0.99% -
XYZ 56.31 48.73 18.75 -
YUV 184.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 253 165 101 0 0.35 0.60 0.01 25.26 0.97 0.69
Hex FD A5 65 0 23 3C 1 19 61 45
Octal 375 245 145 0 43 74 1 31 141 105
Binary 11111101 10100101 1100101 0 100011 111100 1 11001 1100001 1000101

Color Harmonies of #FDA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA565

Black with #FDA565

Text Example


Text Example

White with #FDA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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