Html Css Color HEX #FBA35F Sandy Brown

📋 copy color: '#FBA35F'

red 251 ◦ green 163 ◦ blue 95

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

Shades of Sandy Brown #FBA35F

Tints of Sandy Brown #FBA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 49.31%
G = 32.02%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBA35F (or 0xFBA35F) is known color: Sandy Brown. HEX triplet: FB, A3 and 5F. RGB value is (251,163,95). Sum of RGB (Red+Green+Blue) = 251+163+95=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA35F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA35F is #045CA0. Grayscale: #B5B5B5. Windows color (decimal): -285857 or 6267899. OLE color: 6267899.

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

Color convert

RGB 251 163 95 -
CMYK 0 0.35 0.62 0.02
HSL 26.15º 0.95% 0.68% -
HSV(B) 26.15º 0.62% 0.98% -
XYZ 54.95 47.53 17.1 -
YUV 181.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 251 163 95 0 0.35 0.62 0.02 26.15 0.95 0.68
Hex FB A3 5F 0 23 3E 2 1A 5F 44
Octal 373 243 137 0 43 76 2 32 137 104
Binary 11111011 10100011 1011111 0 100011 111110 10 11010 1011111 1000100

Color Harmonies of #FBA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA35F

Black with #FBA35F

Text Example


Text Example

White with #FBA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA35F; }

 p { color: rgb(251,163,95); }

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

background-color css

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

 a { background-color: rgb(251,163,95); }

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

border-color css

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

 span { border-color: rgb(251,163,95); }

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