Html Css Color HEX #FBC18D Peach-Orange

📋 copy color: '#FBC18D'

red 251 ◦ green 193 ◦ blue 141

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

Shades of Peach-Orange #FBC18D

Tints of Peach-Orange #FBC18D

RGB

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

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

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

R = 42.91%
G = 32.99%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBC18D (or 0xFBC18D) is known color: Peach-Orange. HEX triplet: FB, C1 and 8D. RGB value is (251,193,141). Sum of RGB (Red+Green+Blue) = 251+193+141=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18D is #043E72. Grayscale: #CCCCCC. Windows color (decimal): -278131 or 9290235. OLE color: 9290235.

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

Color convert

RGB 251 193 141 -
CMYK 0 0.23 0.44 0.02
HSL 28.36º 0.93% 0.77% -
HSV(B) 28.36º 0.44% 0.98% -
XYZ 63.66 60.57 33.54 -
YUV 204.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 251 193 141 0 0.23 0.44 0.02 28.36 0.93 0.77
Hex FB C1 8D 0 17 2C 2 1C 5D 4D
Octal 373 301 215 0 27 54 2 34 135 115
Binary 11111011 11000001 10001101 0 10111 101100 10 11100 1011101 1001101

Color Harmonies of #FBC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC18D

Black with #FBC18D

Text Example


Text Example

White with #FBC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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