Html Css Color HEX #FEA25B Sandy Brown

📋 copy color: '#FEA25B'

red 254 ◦ green 162 ◦ blue 91

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

Shades of Sandy Brown #FEA25B

Tints of Sandy Brown #FEA25B

RGB

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

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

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

R = 50.1%
G = 31.95%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEA25B (or 0xFEA25B) is known color: Sandy Brown. HEX triplet: FE, A2 and 5B. RGB value is (254,162,91). Sum of RGB (Red+Green+Blue) = 254+162+91=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA25B is #015DA4. Grayscale: #B5B5B5. Windows color (decimal): -89509 or 6005502. OLE color: 6005502.

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

Color convert

RGB 254 162 91 -
CMYK 0 0.36 0.64 0.00
HSL 26.13º 0.99% 0.68% -
HSV(B) 26.13º 0.64% 1% -
XYZ 55.68 47.67 16.16 -
YUV 181.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 254 162 91 0 0.36 0.64 0.00 26.13 0.99 0.68
Hex FE A2 5B 0 24 40 0 1A 63 44
Octal 376 242 133 0 44 100 0 32 143 104
Binary 11111110 10100010 1011011 0 100100 1000000 0 11010 1100011 1000100

Color Harmonies of #FEA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA25B

Black with #FEA25B

Text Example


Text Example

White with #FEA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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