Html Css Color HEX #FDA25B Sandy Brown

📋 copy color: '#FDA25B'

red 253 ◦ green 162 ◦ blue 91

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

Shades of Sandy Brown #FDA25B

Tints of Sandy Brown #FDA25B

RGB

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

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

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

R = 50%
G = 32.02%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDA25B (or 0xFDA25B) is known color: Sandy Brown. HEX triplet: FD, A2 and 5B. RGB value is (253,162,91). Sum of RGB (Red+Green+Blue) = 253+162+91=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA25B is #025DA4. Grayscale: #B5B5B5. Windows color (decimal): -155045 or 6005501. OLE color: 6005501.

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

Color convert

RGB 253 162 91 -
CMYK 0 0.36 0.64 0.01
HSL 26.3º 0.98% 0.67% -
HSV(B) 26.3º 0.64% 0.99% -
XYZ 55.32 47.48 16.15 -
YUV 181.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 253 162 91 0 0.36 0.64 0.01 26.3 0.98 0.67
Hex FD A2 5B 0 24 40 1 1A 62 43
Octal 375 242 133 0 44 100 1 32 142 103
Binary 11111101 10100010 1011011 0 100100 1000000 1 11010 1100010 1000011

Color Harmonies of #FDA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA25B

Black with #FDA25B

Text Example


Text Example

White with #FDA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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