Html Css Color HEX #FBC58B Peach-Orange

📋 copy color: '#FBC58B'

red 251 ◦ green 197 ◦ blue 139

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

Shades of Peach-Orange #FBC58B

Tints of Peach-Orange #FBC58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 42.76%
G = 33.56%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBC58B (or 0xFBC58B) is known color: Peach-Orange. HEX triplet: FB, C5 and 8B. RGB value is (251,197,139). Sum of RGB (Red+Green+Blue) = 251+197+139=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC58B is #043A74. Grayscale: #CECECE. Windows color (decimal): -277109 or 9160187. OLE color: 9160187.

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

Color convert

RGB 251 197 139 -
CMYK 0 0.22 0.45 0.02
HSL 31.07º 0.93% 0.76% -
HSV(B) 31.07º 0.45% 0.98% -
XYZ 64.41 62.31 33.06 -
YUV 206.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 251 197 139 0 0.22 0.45 0.02 31.07 0.93 0.76
Hex FB C5 8B 0 16 2D 2 1F 5D 4C
Octal 373 305 213 0 26 55 2 37 135 114
Binary 11111011 11000101 10001011 0 10110 101101 10 11111 1011101 1001100

Color Harmonies of #FBC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC58B

Black with #FBC58B

Text Example


Text Example

White with #FBC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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