Html Css Color HEX #FCA25D Sandy Brown

📋 copy color: '#FCA25D'

red 252 ◦ green 162 ◦ blue 93

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

Shades of Sandy Brown #FCA25D

Tints of Sandy Brown #FCA25D

RGB

 RED value IS 252 (98.83% from 255) = 49.7%

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

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 49.7%
G = 31.95%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCA25D (or 0xFCA25D) is known color: Sandy Brown. HEX triplet: FC, A2 and 5D. RGB value is (252,162,93). Sum of RGB (Red+Green+Blue) = 252+162+93=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA25D is #035DA2. Grayscale: #B5B5B5. Windows color (decimal): -220579 or 6136572. OLE color: 6136572.

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

Color convert

RGB 252 162 93 -
CMYK 0 0.36 0.63 0.01
HSL 26.04º 0.96% 0.68% -
HSV(B) 26.04º 0.63% 0.99% -
XYZ 55.04 47.33 16.59 -
YUV 181.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 252 162 93 0 0.36 0.63 0.01 26.04 0.96 0.68
Hex FC A2 5D 0 24 3F 1 1A 60 44
Octal 374 242 135 0 44 77 1 32 140 104
Binary 11111100 10100010 1011101 0 100100 111111 1 11010 1100000 1000100

Color Harmonies of #FCA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA25D

Black with #FCA25D

Text Example


Text Example

White with #FCA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA25D; }

 p { color: rgb(252,162,93); }

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

background-color css

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

 a { background-color: rgb(252,162,93); }

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

border-color css

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

 span { border-color: rgb(252,162,93); }

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