Html Css Color HEX #FBA25C Sandy Brown

📋 copy color: '#FBA25C'

red 251 ◦ green 162 ◦ blue 92

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

Shades of Sandy Brown #FBA25C

Tints of Sandy Brown #FBA25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 49.7%
G = 32.08%
B = 18.22%

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

#FBA25C (or 0xFBA25C) is known color: Sandy Brown. HEX triplet: FB, A2 and 5C. RGB value is (251,162,92). Sum of RGB (Red+Green+Blue) = 251+162+92=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA25C is #045DA3. Grayscale: #B5B5B5. Windows color (decimal): -286116 or 6071035. OLE color: 6071035.

HSL color Cylindrical-coordinate representation of color #FBA25C: hue angle of 26.42º 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 #FBA25C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 92 -
CMYK 0 0.35 0.63 0.02
HSL 26.42º 0.95% 0.67% -
HSV(B) 26.42º 0.63% 0.98% -
XYZ 54.64 47.12 16.34 -
YUV 180.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 251 162 92 0 0.35 0.63 0.02 26.42 0.95 0.67
Hex FB A2 5C 0 23 3F 2 1A 5F 43
Octal 373 242 134 0 43 77 2 32 137 103
Binary 11111011 10100010 1011100 0 100011 111111 10 11010 1011111 1000011

Color Harmonies of #FBA25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA25C

Black with #FBA25C

Text Example


Text Example

White with #FBA25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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