Html Css Color HEX #FCA25E Sandy Brown

📋 copy color: '#FCA25E'

red 252 ◦ green 162 ◦ blue 94

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

Shades of Sandy Brown #FCA25E

Tints of Sandy Brown #FCA25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.5%

R = 49.61%
G = 31.89%
B = 18.5%

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

#FCA25E (or 0xFCA25E) is known color: Sandy Brown. HEX triplet: FC, A2 and 5E. RGB value is (252,162,94). Sum of RGB (Red+Green+Blue) = 252+162+94=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA25E is #035DA1. Grayscale: #B5B5B5. Windows color (decimal): -220578 or 6202108. OLE color: 6202108.

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

Color convert

RGB 252 162 94 -
CMYK 0 0.36 0.63 0.01
HSL 25.82º 0.96% 0.68% -
HSV(B) 25.82º 0.63% 0.99% -
XYZ 55.09 47.34 16.82 -
YUV 181.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 252 162 94 0 0.36 0.63 0.01 25.82 0.96 0.68
Hex FC A2 5E 0 24 3F 1 1A 60 44
Octal 374 242 136 0 44 77 1 32 140 104
Binary 11111100 10100010 1011110 0 100100 111111 1 11010 1100000 1000100

Color Harmonies of #FCA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA25E

Black with #FCA25E

Text Example


Text Example

White with #FCA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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