Html Css Color HEX #FEA45B Sandy Brown

📋 copy color: '#FEA45B'

red 254 ◦ green 164 ◦ blue 91

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

Shades of Sandy Brown #FEA45B

Tints of Sandy Brown #FEA45B

RGB

 RED value IS 254 (99.61% from 255) = 49.9%

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

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

R = 49.9%
G = 32.22%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEA45B (or 0xFEA45B) is known color: Sandy Brown. HEX triplet: FE, A4 and 5B. RGB value is (254,164,91). Sum of RGB (Red+Green+Blue) = 254+164+91=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA45B is #015BA4. Grayscale: #B6B6B6. Windows color (decimal): -88997 or 6006014. OLE color: 6006014.

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

Color convert

RGB 254 164 91 -
CMYK 0 0.35 0.64 0.00
HSL 26.87º 0.99% 0.68% -
HSV(B) 26.87º 0.64% 1% -
XYZ 56.04 48.38 16.28 -
YUV 182.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 254 164 91 0 0.35 0.64 0.00 26.87 0.99 0.68
Hex FE A4 5B 0 23 40 0 1B 63 44
Octal 376 244 133 0 43 100 0 33 143 104
Binary 11111110 10100100 1011011 0 100011 1000000 0 11011 1100011 1000100

Color Harmonies of #FEA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA45B

Black with #FEA45B

Text Example


Text Example

White with #FEA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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