Html Css Color HEX #FBC992 Peach-Orange

📋 copy color: '#FBC992'

red 251 ◦ green 201 ◦ blue 146

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

Shades of Peach-Orange #FBC992

Tints of Peach-Orange #FBC992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.41%

R = 41.97%
G = 33.61%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBC992 (or 0xFBC992) is known color: Peach-Orange. HEX triplet: FB, C9 and 92. RGB value is (251,201,146). Sum of RGB (Red+Green+Blue) = 251+201+146=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC992 is #04366D. Grayscale: #D1D1D1. Windows color (decimal): -276078 or 9619963. OLE color: 9619963.

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

Color convert

RGB 251 201 146 -
CMYK 0 0.20 0.42 0.02
HSL 31.43º 0.93% 0.78% -
HSV(B) 31.43º 0.42% 0.98% -
XYZ 65.86 64.36 36.15 -
YUV 209.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 251 201 146 0 0.20 0.42 0.02 31.43 0.93 0.78
Hex FB C9 92 0 14 2A 2 1F 5D 4E
Octal 373 311 222 0 24 52 2 37 135 116
Binary 11111011 11001001 10010010 0 10100 101010 10 11111 1011101 1001110

Color Harmonies of #FBC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC992

Black with #FBC992

Text Example


Text Example

White with #FBC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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