Html Css Color HEX #FDA45B Sandy Brown

📋 copy color: '#FDA45B'

red 253 ◦ green 164 ◦ blue 91

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

Shades of Sandy Brown #FDA45B

Tints of Sandy Brown #FDA45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.28%

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 49.8%
G = 32.28%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDA45B (or 0xFDA45B) is known color: Sandy Brown. HEX triplet: FD, A4 and 5B. RGB value is (253,164,91). Sum of RGB (Red+Green+Blue) = 253+164+91=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA45B is #025BA4. Grayscale: #B6B6B6. Windows color (decimal): -154533 or 6006013. OLE color: 6006013.

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

Color convert

RGB 253 164 91 -
CMYK 0 0.35 0.64 0.01
HSL 27.04º 0.98% 0.67% -
HSV(B) 27.04º 0.64% 0.99% -
XYZ 55.67 48.19 16.26 -
YUV 182.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 253 164 91 0 0.35 0.64 0.01 27.04 0.98 0.67
Hex FD A4 5B 0 23 40 1 1B 62 43
Octal 375 244 133 0 43 100 1 33 142 103
Binary 11111101 10100100 1011011 0 100011 1000000 1 11011 1100010 1000011

Color Harmonies of #FDA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA45B

Black with #FDA45B

Text Example


Text Example

White with #FDA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA45B; }

 p { color: rgb(253,164,91); }

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

background-color css

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

 a { background-color: rgb(253,164,91); }

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

border-color css

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

 span { border-color: rgb(253,164,91); }

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