Html Css Color HEX #FBA764 Sandy Brown

📋 copy color: '#FBA764'

red 251 ◦ green 167 ◦ blue 100

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

Shades of Sandy Brown #FBA764

Tints of Sandy Brown #FBA764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 48.46%
G = 32.24%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBA764 (or 0xFBA764) is known color: Sandy Brown. HEX triplet: FB, A7 and 64. RGB value is (251,167,100). Sum of RGB (Red+Green+Blue) = 251+167+100=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA764 is #04589B. Grayscale: #B8B8B8. Windows color (decimal): -284828 or 6596603. OLE color: 6596603.

HSL color Cylindrical-coordinate representation of color #FBA764: hue angle of 26.62º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBA764 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 167 100 -
CMYK 0 0.33 0.60 0.02
HSL 26.62º 0.95% 0.69% -
HSV(B) 26.62º 0.6% 0.98% -
XYZ 55.9 49.07 18.58 -
YUV 184.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 251 167 100 0 0.33 0.60 0.02 26.62 0.95 0.69
Hex FB A7 64 0 21 3C 2 1B 5F 45
Octal 373 247 144 0 41 74 2 33 137 105
Binary 11111011 10100111 1100100 0 100001 111100 10 11011 1011111 1000101

Color Harmonies of #FBA764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA764

Black with #FBA764

Text Example


Text Example

White with #FBA764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA764; }

 p { color: rgb(251,167,100); }

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

background-color css

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

 a { background-color: rgb(251,167,100); }

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

border-color css

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

 span { border-color: rgb(251,167,100); }

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