Html Css Color HEX #FBC78B Peach-Orange

📋 copy color: '#FBC78B'

red 251 ◦ green 199 ◦ blue 139

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

Shades of Peach-Orange #FBC78B

Tints of Peach-Orange #FBC78B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.79%

 BLUE value IS 139 (54.69% from 255) = 23.6%

R = 42.61%
G = 33.79%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBC78B (or 0xFBC78B) is known color: Peach-Orange. HEX triplet: FB, C7 and 8B. RGB value is (251,199,139). Sum of RGB (Red+Green+Blue) = 251+199+139=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC78B is #043874. Grayscale: #CFCFCF. Windows color (decimal): -276597 or 9160699. OLE color: 9160699.

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

Color convert

RGB 251 199 139 -
CMYK 0 0.21 0.45 0.02
HSL 32.14º 0.93% 0.76% -
HSV(B) 32.14º 0.45% 0.98% -
XYZ 64.87 63.22 33.21 -
YUV 207.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 251 199 139 0 0.21 0.45 0.02 32.14 0.93 0.76
Hex FB C7 8B 0 15 2D 2 20 5D 4C
Octal 373 307 213 0 25 55 2 40 135 114
Binary 11111011 11000111 10001011 0 10101 101101 10 100000 1011101 1001100

Color Harmonies of #FBC78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC78B

Black with #FBC78B

Text Example


Text Example

White with #FBC78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC78B; }

 p { color: rgb(251,199,139); }

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

background-color css

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

 a { background-color: rgb(251,199,139); }

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

border-color css

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

 span { border-color: rgb(251,199,139); }

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