Html Css Color HEX #FBC98D Peach-Orange

📋 copy color: '#FBC98D'

red 251 ◦ green 201 ◦ blue 141

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

Shades of Peach-Orange #FBC98D

Tints of Peach-Orange #FBC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

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

R = 42.33%
G = 33.9%
B = 23.78%

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

#FBC98D (or 0xFBC98D) is known color: Peach-Orange. HEX triplet: FB, C9 and 8D. RGB value is (251,201,141). Sum of RGB (Red+Green+Blue) = 251+201+141=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC98D is #043672. Grayscale: #D1D1D1. Windows color (decimal): -276083 or 9292283. OLE color: 9292283.

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

Color convert

RGB 251 201 141 -
CMYK 0 0.20 0.44 0.02
HSL 32.73º 0.93% 0.77% -
HSV(B) 32.73º 0.44% 0.98% -
XYZ 65.48 64.21 34.14 -
YUV 209.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 251 201 141 0 0.20 0.44 0.02 32.73 0.93 0.77
Hex FB C9 8D 0 14 2C 2 21 5D 4D
Octal 373 311 215 0 24 54 2 41 135 115
Binary 11111011 11001001 10001101 0 10100 101100 10 100001 1011101 1001101

Color Harmonies of #FBC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC98D

Black with #FBC98D

Text Example


Text Example

White with #FBC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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