Html Css Color HEX #FBC18F Peach-Orange

📋 copy color: '#FBC18F'

red 251 ◦ green 193 ◦ blue 143

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

Shades of Peach-Orange #FBC18F

Tints of Peach-Orange #FBC18F

RGB

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

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

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

R = 42.76%
G = 32.88%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBC18F (or 0xFBC18F) is known color: Peach-Orange. HEX triplet: FB, C1 and 8F. RGB value is (251,193,143). Sum of RGB (Red+Green+Blue) = 251+193+143=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18F is #043E70. Grayscale: #CCCCCC. Windows color (decimal): -278129 or 9421307. OLE color: 9421307.

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

Color convert

RGB 251 193 143 -
CMYK 0 0.23 0.43 0.02
HSL 27.78º 0.93% 0.77% -
HSV(B) 27.78º 0.43% 0.98% -
XYZ 63.81 60.63 34.33 -
YUV 204.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 251 193 143 0 0.23 0.43 0.02 27.78 0.93 0.77
Hex FB C1 8F 0 17 2B 2 1C 5D 4D
Octal 373 301 217 0 27 53 2 34 135 115
Binary 11111011 11000001 10001111 0 10111 101011 10 11100 1011101 1001101

Color Harmonies of #FBC18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC18F

Black with #FBC18F

Text Example


Text Example

White with #FBC18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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