Html Css Color HEX #FBA25D Sandy Brown

📋 copy color: '#FBA25D'

red 251 ◦ green 162 ◦ blue 93

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

Shades of Sandy Brown #FBA25D

Tints of Sandy Brown #FBA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.38%

R = 49.6%
G = 32.02%
B = 18.38%

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

#FBA25D (or 0xFBA25D) is known color: Sandy Brown. HEX triplet: FB, A2 and 5D. RGB value is (251,162,93). Sum of RGB (Red+Green+Blue) = 251+162+93=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA25D is #045DA2. Grayscale: #B5B5B5. Windows color (decimal): -286115 or 6136571. OLE color: 6136571.

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

Color convert

RGB 251 162 93 -
CMYK 0 0.35 0.63 0.02
HSL 26.2º 0.95% 0.67% -
HSV(B) 26.2º 0.63% 0.98% -
XYZ 54.68 47.14 16.57 -
YUV 180.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 251 162 93 0 0.35 0.63 0.02 26.2 0.95 0.67
Hex FB A2 5D 0 23 3F 2 1A 5F 43
Octal 373 242 135 0 43 77 2 32 137 103
Binary 11111011 10100010 1011101 0 100011 111111 10 11010 1011111 1000011

Color Harmonies of #FBA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA25D

Black with #FBA25D

Text Example


Text Example

White with #FBA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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