Html Css Color HEX #FDA15F Sandy Brown

📋 copy color: '#FDA15F'

red 253 ◦ green 161 ◦ blue 95

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

Shades of Sandy Brown #FDA15F

Tints of Sandy Brown #FDA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.63%

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 49.71%
G = 31.63%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDA15F (or 0xFDA15F) is known color: Sandy Brown. HEX triplet: FD, A1 and 5F. RGB value is (253,161,95). Sum of RGB (Red+Green+Blue) = 253+161+95=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA15F is #025EA0. Grayscale: #B5B5B5. Windows color (decimal): -155297 or 6267389. OLE color: 6267389.

HSL color Cylindrical-coordinate representation of color #FDA15F: hue angle of 25.06º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA15F is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 95 -
CMYK 0 0.36 0.62 0.01
HSL 25.06º 0.98% 0.68% -
HSV(B) 25.06º 0.62% 0.99% -
XYZ 55.32 47.2 17.02 -
YUV 180.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 253 161 95 0 0.36 0.62 0.01 25.06 0.98 0.68
Hex FD A1 5F 0 24 3E 1 19 62 44
Octal 375 241 137 0 44 76 1 31 142 104
Binary 11111101 10100001 1011111 0 100100 111110 1 11001 1100010 1000100

Color Harmonies of #FDA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA15F

Black with #FDA15F

Text Example


Text Example

White with #FDA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA15F; }

 p { color: rgb(253,161,95); }

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

background-color css

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

 a { background-color: rgb(253,161,95); }

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

border-color css

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

 span { border-color: rgb(253,161,95); }

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