Html Css Color HEX #FEA45A Sandy Brown

📋 copy color: '#FEA45A'

red 254 ◦ green 164 ◦ blue 90

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

Shades of Sandy Brown #FEA45A

Tints of Sandy Brown #FEA45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 50%
G = 32.28%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEA45A (or 0xFEA45A) is known color: Sandy Brown. HEX triplet: FE, A4 and 5A. RGB value is (254,164,90). Sum of RGB (Red+Green+Blue) = 254+164+90=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA45A is #015BA5. Grayscale: #B6B6B6. Windows color (decimal): -88998 or 5940478. OLE color: 5940478.

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

Color convert

RGB 254 164 90 -
CMYK 0 0.35 0.65 0.00
HSL 27.07º 0.99% 0.67% -
HSV(B) 27.07º 0.65% 1% -
XYZ 55.99 48.36 16.06 -
YUV 182.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 254 164 90 0 0.35 0.65 0.00 27.07 0.99 0.67
Hex FE A4 5A 0 23 41 0 1B 63 43
Octal 376 244 132 0 43 101 0 33 143 103
Binary 11111110 10100100 1011010 0 100011 1000001 0 11011 1100011 1000011

Color Harmonies of #FEA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA45A

Black with #FEA45A

Text Example


Text Example

White with #FEA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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