Html Css Color HEX #FBCC9B Peach-Orange

📋 copy color: '#FBCC9B'

red 251 ◦ green 204 ◦ blue 155

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

Shades of Peach-Orange #FBCC9B

Tints of Peach-Orange #FBCC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.44%

 BLUE value IS 155 (60.94% from 255) = 25.41%

R = 41.15%
G = 33.44%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBCC9B (or 0xFBCC9B) is known color: Peach-Orange. HEX triplet: FB, CC and 9B. RGB value is (251,204,155). Sum of RGB (Red+Green+Blue) = 251+204+155=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC9B is #043364. Grayscale: #D4D4D4. Windows color (decimal): -275301 or 10210555. OLE color: 10210555.

HSL color Cylindrical-coordinate representation of color #FBCC9B: hue angle of 30.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBCC9B is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 155 -
CMYK 0 0.19 0.38 0.02
HSL 30.63º 0.92% 0.8% -
HSV(B) 30.63º 0.38% 0.98% -
XYZ 67.29 66.06 40.21 -
YUV 212.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 251 204 155 0 0.19 0.38 0.02 30.63 0.92 0.8
Hex FB CC 9B 0 13 26 2 1F 5C 50
Octal 373 314 233 0 23 46 2 37 134 120
Binary 11111011 11001100 10011011 0 10011 100110 10 11111 1011100 1010000

Color Harmonies of #FBCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC9B

Black with #FBCC9B

Text Example


Text Example

White with #FBCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC9B; }

 p { color: rgb(251,204,155); }

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

background-color css

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

 a { background-color: rgb(251,204,155); }

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

border-color css

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

 span { border-color: rgb(251,204,155); }

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