Html Css Color HEX #FBC892 Peach-Orange

📋 copy color: '#FBC892'

red 251 ◦ green 200 ◦ blue 146

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

Shades of Peach-Orange #FBC892

Tints of Peach-Orange #FBC892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

 BLUE value IS 146 (57.42% from 255) = 24.46%

R = 42.04%
G = 33.5%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBC892 (or 0xFBC892) is known color: Peach-Orange. HEX triplet: FB, C8 and 92. RGB value is (251,200,146). Sum of RGB (Red+Green+Blue) = 251+200+146=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC892 is #04376D. Grayscale: #D1D1D1. Windows color (decimal): -276334 or 9619707. OLE color: 9619707.

HSL color Cylindrical-coordinate representation of color #FBC892: hue angle of 30.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBC892 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 146 -
CMYK 0 0.20 0.42 0.02
HSL 30.86º 0.93% 0.78% -
HSV(B) 30.86º 0.42% 0.98% -
XYZ 65.63 63.89 36.07 -
YUV 209.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 251 200 146 0 0.20 0.42 0.02 30.86 0.93 0.78
Hex FB C8 92 0 14 2A 2 1F 5D 4E
Octal 373 310 222 0 24 52 2 37 135 116
Binary 11111011 11001000 10010010 0 10100 101010 10 11111 1011101 1001110

Color Harmonies of #FBC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC892

Black with #FBC892

Text Example


Text Example

White with #FBC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC892; }

 p { color: rgb(251,200,146); }

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

background-color css

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

 a { background-color: rgb(251,200,146); }

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

border-color css

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

 span { border-color: rgb(251,200,146); }

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