Html Css Color HEX #FBC88F Peach-Orange

📋 copy color: '#FBC88F'

red 251 ◦ green 200 ◦ blue 143

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

Shades of Peach-Orange #FBC88F

Tints of Peach-Orange #FBC88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.07%

R = 42.26%
G = 33.67%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBC88F (or 0xFBC88F) is known color: Peach-Orange. HEX triplet: FB, C8 and 8F. RGB value is (251,200,143). Sum of RGB (Red+Green+Blue) = 251+200+143=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC88F is #043770. Grayscale: #D1D1D1. Windows color (decimal): -276337 or 9423099. OLE color: 9423099.

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

Color convert

RGB 251 200 143 -
CMYK 0 0.20 0.43 0.02
HSL 31.67º 0.93% 0.77% -
HSV(B) 31.67º 0.43% 0.98% -
XYZ 65.4 63.8 34.85 -
YUV 208.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 251 200 143 0 0.20 0.43 0.02 31.67 0.93 0.77
Hex FB C8 8F 0 14 2B 2 20 5D 4D
Octal 373 310 217 0 24 53 2 40 135 115
Binary 11111011 11001000 10001111 0 10100 101011 10 100000 1011101 1001101

Color Harmonies of #FBC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC88F

Black with #FBC88F

Text Example


Text Example

White with #FBC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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