Html Css Color HEX #FBA25E Sandy Brown

📋 copy color: '#FBA25E'

red 251 ◦ green 162 ◦ blue 94

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

Shades of Sandy Brown #FBA25E

Tints of Sandy Brown #FBA25E

RGB

 RED value IS 251 (98.44% from 255) = 49.51%

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

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

R = 49.51%
G = 31.95%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBA25E (or 0xFBA25E) is known color: Sandy Brown. HEX triplet: FB, A2 and 5E. RGB value is (251,162,94). Sum of RGB (Red+Green+Blue) = 251+162+94=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA25E is #045DA1. Grayscale: #B5B5B5. Windows color (decimal): -286114 or 6202107. OLE color: 6202107.

HSL color Cylindrical-coordinate representation of color #FBA25E: hue angle of 25.99º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA25E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 94 -
CMYK 0 0.35 0.63 0.02
HSL 25.99º 0.95% 0.68% -
HSV(B) 25.99º 0.63% 0.98% -
XYZ 54.72 47.16 16.81 -
YUV 180.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 251 162 94 0 0.35 0.63 0.02 25.99 0.95 0.68
Hex FB A2 5E 0 23 3F 2 1A 5F 44
Octal 373 242 136 0 43 77 2 32 137 104
Binary 11111011 10100010 1011110 0 100011 111111 10 11010 1011111 1000100

Color Harmonies of #FBA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA25E

Black with #FBA25E

Text Example


Text Example

White with #FBA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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