Html Css Color HEX #FBC993 Peach-Orange

📋 copy color: '#FBC993'

red 251 ◦ green 201 ◦ blue 147

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

Shades of Peach-Orange #FBC993

Tints of Peach-Orange #FBC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 41.9%
G = 33.56%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBC993 (or 0xFBC993) is known color: Peach-Orange. HEX triplet: FB, C9 and 93. RGB value is (251,201,147). Sum of RGB (Red+Green+Blue) = 251+201+147=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC993 is #04366C. Grayscale: #D2D2D2. Windows color (decimal): -276077 or 9685499. OLE color: 9685499.

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

Color convert

RGB 251 201 147 -
CMYK 0 0.20 0.41 0.02
HSL 31.15º 0.93% 0.78% -
HSV(B) 31.15º 0.41% 0.98% -
XYZ 65.94 64.39 36.56 -
YUV 209.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 251 201 147 0 0.20 0.41 0.02 31.15 0.93 0.78
Hex FB C9 93 0 14 29 2 1F 5D 4E
Octal 373 311 223 0 24 51 2 37 135 116
Binary 11111011 11001001 10010011 0 10100 101001 10 11111 1011101 1001110

Color Harmonies of #FBC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC993

Black with #FBC993

Text Example


Text Example

White with #FBC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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