Html Css Color HEX #FBC88D Peach-Orange

📋 copy color: '#FBC88D'

red 251 ◦ green 200 ◦ blue 141

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

Shades of Peach-Orange #FBC88D

Tints of Peach-Orange #FBC88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.82%

R = 42.4%
G = 33.78%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBC88D (or 0xFBC88D) is known color: Peach-Orange. HEX triplet: FB, C8 and 8D. RGB value is (251,200,141). Sum of RGB (Red+Green+Blue) = 251+200+141=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC88D is #043772. Grayscale: #D0D0D0. Windows color (decimal): -276339 or 9292027. OLE color: 9292027.

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

Color convert

RGB 251 200 141 -
CMYK 0 0.20 0.44 0.02
HSL 32.18º 0.93% 0.77% -
HSV(B) 32.18º 0.44% 0.98% -
XYZ 65.25 63.74 34.06 -
YUV 208.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 251 200 141 0 0.20 0.44 0.02 32.18 0.93 0.77
Hex FB C8 8D 0 14 2C 2 20 5D 4D
Octal 373 310 215 0 24 54 2 40 135 115
Binary 11111011 11001000 10001101 0 10100 101100 10 100000 1011101 1001101

Color Harmonies of #FBC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC88D

Black with #FBC88D

Text Example


Text Example

White with #FBC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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