Html Css Color HEX #FBC18B Peach-Orange

📋 copy color: '#FBC18B'

red 251 ◦ green 193 ◦ blue 139

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

Shades of Peach-Orange #FBC18B

Tints of Peach-Orange #FBC18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.1%

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 43.05%
G = 33.1%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBC18B (or 0xFBC18B) is known color: Peach-Orange. HEX triplet: FB, C1 and 8B. RGB value is (251,193,139). Sum of RGB (Red+Green+Blue) = 251+193+139=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18B is #043E74. Grayscale: #CCCCCC. Windows color (decimal): -278133 or 9159163. OLE color: 9159163.

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

Color convert

RGB 251 193 139 -
CMYK 0 0.23 0.45 0.02
HSL 28.93º 0.93% 0.76% -
HSV(B) 28.93º 0.45% 0.98% -
XYZ 63.51 60.51 32.76 -
YUV 204.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 251 193 139 0 0.23 0.45 0.02 28.93 0.93 0.76
Hex FB C1 8B 0 17 2D 2 1D 5D 4C
Octal 373 301 213 0 27 55 2 35 135 114
Binary 11111011 11000001 10001011 0 10111 101101 10 11101 1011101 1001100

Color Harmonies of #FBC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC18B

Black with #FBC18B

Text Example


Text Example

White with #FBC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC18B; }

 p { color: rgb(251,193,139); }

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

background-color css

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

 a { background-color: rgb(251,193,139); }

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

border-color css

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

 span { border-color: rgb(251,193,139); }

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